We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
@Dan Gripping I've found that you can use g_form.setFieldPlaceholder('field', 'message') to do this.e.g.g_form.setFieldPlaceholder('short_description', 'Enter a short, descriptive title for the change request');
Yes, I did - and I tested with a background script: var agu = new AssignmentGroupUtils();
gs.log(gs.getUserName()); // prints my name
gs.log(agu.usersReportToMe()); // prints my sys_id given I have no reports
Hm, weird. It works for me:Have you checked your acls for that client script? You need to make sure there is an 'execute' permission for that client script: Solved: How to implement an ACL in order to secure client ... - ServiceNow Community