-
1. Re: Save to Database-Active Link/Filter
Mohammad RehmanOct 26, 2015 6:32 PM (in response to Deepti Asthana)
Simple answer is "Yes" you can but if you explain the requirement and your design then you will get better solution by experts.
-
2. Re: Save to Database-Active Link/Filter
Deepti Asthana Oct 27, 2015 4:01 AM (in response to Mohammad Rehman)The requirement is that we have been told to create Custom Save buttons and on click of those buttons data should be saved.
We need to take the decision of whether to use the Active Link of Filter.
Upon discussion I got bit confused about whether the Active Link Saves the Data to the Database.
Then what is the difference between Active Link to Filter in terms of saving the Data to DB excluding Filter phasing concept
Regards,
Deepti
-
3. Re: Save to Database-Active Link/Filter
LJ LongWingOct 27, 2015 8:32 AM (in response to Deepti Asthana)
To create a custom 'save' button, you can have an active link that fires on the button with a 'Commit Changes' action, this causes a save of the record...which in the case of a submit window is a create...modify is a set, and query is a search...
-
4. Re: Save to Database-Active Link/Filter
Rahul PriyadarshyOct 27, 2015 8:50 AM (in response to Deepti Asthana)
1 of 1 people found this helpfulcommit changes on Al will do the trick.
https://docs.bmc.com/docs/display/public/ars81/Commit+Changes+action
Regards
RP
-
5. Re: Save to Database-Active Link/Filter
Deepti Asthana Oct 28, 2015 4:49 AM (in response to Deepti Asthana)Thank you Team,
This answered my question