How to AutoSave records in custom object created through Application Composer
Summary:
How to AutoSave records in custom object created through Application Composer
Content (required):
Hi,
We have created custom Object or Custom Form using application composer . User will keep adding new records, after some days, no of records will be more and we need to delete the records older than 10 days. We have created Object Function (under Server Scripts) and added logic to delete eligible records. Then created Action link as below and called the delete script.
Script will check all the records in the form (through a loop) and delete eligible ones. But we have to save explicitly after the action is completed. To save explicitly, we are opening any record and calling the action.
Tagged:
0