We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

User Activity

Hi All,I have written a Business rule to copy attachment from sys_attachment to hr_case table when someone sends and attachment via the email client template on a hr record.(function executeRule(current, previous /*null when async*/) {   // Add your ...
Hi All,So I have a requirement like any person irrespective of the fact whether he/she is in the system or not should be able to update the HR Case. e.g. I click on the email icon on a HR case and send an email to abc@example.com.               Now ...
There is a Cancel button on record producer which appears if we select the "Can cancel" checkbox.I want the user to be redirected to a certain link when the "Cancel" button has been clicked. So far I have been unable to find from where the code of th...
So I have some variables that are on my catalog item and are hidden on the form.   Now we know that those variables we can get on the request item form and the catalog task form too. I have created a task where I want to give value to those variables...