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

Dear community,Please give me a hint what I'm doing wrong. what I want to achieve is simple, remove not unique value from a script.I have a glidequery in script include, then the following to send answer:matx.query();var array = [];while(matx.next())...
Hello, I would like to get a date difference in days between a Date field an Today date in Business Rule in scoped app.It try this:var start = current.startdate;   gs.addInfoMessage(start);var today = new GlideDate();//.getDisplayValue();   gs.addInf...
  Hello,I need to get the information of the logged in user. I need to know his/her department and the country's ISO value.var deptID = gs.getUser().getRecord().getDisplayValue('department'); // works. gives me back the user's department name   var ...
Hello, I thought it is easy but cannot figure it out to send a mail when notification attached to a ticket record.Setup an email notification When to Send:event is fired, attachment.uploadedCondition: Assigned_to is not emptyWeight 0Who Will receive:...
Hello, I`m a bit lost may yu can help me?We have a custom table, record producers create the data.End user with no roles can use the record producer, add attachment to the form and submit it. Attachment then is visible on the ticket also.We grant rea...