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

Hi , I need to configure inbound REST call through MID server to pull the data from external system. In Service now doc i can view "Sending outbound REST messages through a MID Server" https://docs.servicenow.com/bundle/quebec-application-development...
Hi, I am trying to use chooseWindow  in my GlideRecord and control the retrieve count. It was working 3 months back but now its not working . Please help to resolve this issue. Code : var now_GR = new GlideRecord('incident');now_GR.orderBy('number');...
Hi , In my scripted REST API include script i use ArrayUtil to compare the string which is available in  the array, but both indexOf / contains  always return false even provided the valid input .  Could you please help to fix the issue ? Code : var ...
Hi , I need to retrieve specific column from table instead of whole row from Gliderecord .  Have noticed it can be achievable through "sysparm_fields"  in table API . How can I do in Gliderecord . Please help.     Regards Sagaya
Hi, I need to run the  filter with "is not one of" operator . But in servicenow instance i am unable to see it . Please help to enable it . In the Sub category , i am unable to see the "is not one of " operator in the filter .     Regards Sagaya