User Activity
We have an integration with our HR systems that sends user data to our user table and triggers various on boarding activities. When the data hits our system it goes directly into an import set table, imp_user. From there it transforms and populates t...
I have a requirement to send a notification to a manager 10 days before their employee will term:I wrote the following script for a Scheduled Script Execution to run everyday:
var gdt = new GlideDateTime();
gdt.addDays(10);
var td = new GlideRec...
I'm working on an orchestration workflow where I have the Query AD activity set up to get the employee's manager's distinguishedname so that it can be included in the Create AD object. I have the Query Ad activity set up correctly and I can see I'm p...
I'm trying to build a url that will open a new call record and populate the caller field. When I try using the URL below, it opens a page and has "Record not found" message:
https://[Instance].service-now.com/nav_to.do?uri=new_call.do?sys_id=-1?sysp...
09-07-2017
Hi All,I have a request item that is used for on boarding, in that item there is a field to list the employee's manager. The manager field is a reference field that references the sys_user table. I have an activity in my workflow that requires th...