User Activity
03-20-2019
Hi,
I have an outbound REST API that needs a text to be formatted as follows because the target system needs html formatted text.
This is an enhancement for xyz<br/>
Process xyz is carried out manually<br/>
Please automate xyz<br/>
In my busines...
Hi,
I have 800,000 incident records that I am try to pull using a GET rest api call.
My requirement is to sort them by "sys_updated_on" in descending order while querying.
I using the http parameter "sysparm_query=ORBERBYDESCsys_updated_on" in my R...
I am looking for ways to query and export all changes made to my servicenow instance.
Example, any config changes such as new drop down values added to an out-of-the-box field.
OR, any code changes made to a form or scripts.
Basically, I need to exp...
I have a simple script include function that I want to test from script background. I tried the scripts below, but it doesnt seem to be doing anything.
Script background (to call function - "eventMessage"):
var update = new UpdateTask();
UpdateTask....
I have created a string field with field length = 10 chars. ('SAP ID' field in the screenshot below).
Its being shown as multiline field on the form. But I was expecting it to be a single line style.
I tried 1 column layout, then I tried cache flush ...