User Activity
06-17-2020
How to get "sys_id" from a Document Id field and set that "sys_id" into a reference field.
I have written the below script,
var display = current.trigger_id.getDisplayValue(); var number = display.split(' ')[1];current.u_interaction.setDisplayValue(...
Hello,
I am having a schedule job which will run every 30Min and Daily. When i manually use "Execute Now" UI Action, it was working as expected but only when i manually did, it is working but it was working automatically based on the time(30Min) prov...
How to stop schedule job to trigger on Holidays. I have updated all holidays in Schedules.
Thanks & Regards,
S.Swaroop.
Hello,
I am trying to remove HTML Tags from Description field using Client Script. I can able to do with Business Rule, but as per my requirement i want to do it only with "Client Script".
Can anyone suggest me how to remove HTML Tags from Descriptio...
Hello,
In "Approval Rejected by other" email notification, it will trigger email's to remaining approvers apart from the one who rejected saying "This approval was rejected by xxxx Approver". Here the email notification was getting triggered to remai...