Updating sysapproval_approver table in UI Action
In our form we have 'Request Approval' button. When user clicks this button what are all the approvalrecords with state = 'Request Approval' has to be updated with state = 'requested'. For this we added below code in 'Request Approval' action.var gr ...