User Activity

I have a multi row variable set with one reference field. When i change the value of the reference field in the variable set, i want to update the variable on the parent catalog item. I have written a on change client script and tried to set its valu...
I m looking to set filter condition for a date field in my Report source. The condition is between today and next 7 days. When i look at the options i have next week and not next 7 days.. Also when i use relative, i can set at or aft 7 days from now ...
The below script does add date based 8-5 Business days and it works fine. But i have a requirement, where it needs to do the subtract. It didnt work.. Could anyone of you help?   var date = this.getParameter('sysparm_date'); var dueDays = this.getPar...
Is there a way where we can control the new button on the related list based on script condition? Can it be done only  at the "Create" ACL level for the related list table or any other option we have?
This is one of the issue we encounter frequently..   Lets say i create a column with name COLA and i move the code to TEST, STAGE and PRD And later due to some reasons, i happened to delete that column and create another one with same name as COLA(Ma...