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...
04-27-2021
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...
04-08-2021
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...
11-17-2016
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...