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

PowerShell script to fetch the attachments from ServiceNow to local server. Though exception handling is not implemented yet , this will do the job. Internally this script uses "Aggregate API , Table API , Attachment API" to dump the files. Pre execu...
States can be rendered as similar to native ServiceNow forms on Service Portal:   Note: This article covers the configuration instructions related to Share Project "Stage/Process Formatter on ServiceNow Similar to native forms" How to configure ? St...
There is an interesting question I have seen on community which is to compare and create a report by comparing value of multiple fields  among different tables.  I did a POC to achieve comparisons on Service Portal, this can data objects available ca...
I just want to share this article that might be helpful,I faced similar issue 1 year back and recently my colleagues faced as well. Can we make object creation and function execution dynamic for script includes in Servicenow ? The answer is YES, Serv...
hi all,i am trying to execute a sceduled import from background using SncTriggerSynchronizer.executeNow(schedJob).i am holding the return value of above in a variable and printing itvar schedJob = new GlideRecord('scheduled_import_set');   if(schedJo...