User Activity

We have a scoped application for our accounts payable team.   They need to know if an invoice is under 30 days overdue or over 30 days overdue.I am trying take the invoice term field and the invoice date field and write an onChange client script on t...
Hi all,We are doing a re-implementation and starting from scratch in Fuji.   We have Fuji stood up in our test instance for development and want to move all of the KB articles that are currently in production (Dublin) to the Fuji instance.   Is there...
I am trying to hide a form section based on a users group, which is not listed on the form itself.  I tried the following client script and it's doesn't hide the tab.  function on Load(){var me = g_user.userID();if (me.isMemberOf('7efcb8956fa21100dd...
Whenever I create Service Catalog items, they are defaulting to the Opened by person unless I include a script that sets the requested for person. The script works great and I am able to get the requested for person to match the requested for variabl...