Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

CSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

How to use both Auto assignment and Dynamic scheduling in FSM.

Currently In FSM we have different assignment methods. Manual Auto assignment Dynamic scheduling From the above we can select any one of the above. But If I want need auto assignment as well as Dynamic scheduling what needs to be done? Scenario: Disp...

Chaithanya10 by Tera Contributor
  • 2474 Views
  • 4 replies
  • 3 helpfuls

Single Sign-On (SSO) in ServiceNow

I am setting up Single Sign-On (SSO) in ServiceNow, and the user names from the external system are being imported into the ServiceNow 'last name' field through a transform map. I have created a 'before' script to clear the user's first name field by...

CAO by Tera Contributor
  • 394 Views
  • 1 replies
  • 0 helpfuls

Resolved! Process account and contact from json response

Hello Community, I'm new to integrations. We are integrating ServiceNow with a third party tool, where we get the JSON (attached). I need to process this JSON and insert the records in to account and contact table. Any help on this is appreciated.

arunm04 by Giga Contributor
  • 986 Views
  • 6 replies
  • 2 helpfuls

schedule job

 I now have a requirement, the following code,Is there a better way to write it, because each variable corresponds to each group  var A = new GlideRecord('sys_user_grmember');    var B = new GlideRecord('sys_user_grmember');    var n = new GlideRecor...

kack l by Tera Expert
  • 268 Views
  • 2 replies
  • 0 helpfuls

Resolved! Stop a Catalog Item from redirecting to the request

Hello, we have a new catalog item we are trying to implement in production. However, when activated, the "submit" button redirects the customer to the associated request instead of the portal homepage. Where should I check to fix this issue?

Scheduled Script Execution

Is there a better way to write it or a simpler way or a way to maintain it later?var gr= new GlideRecord('sys_user_grmember');// Agroupvar tifi = gr.addQuery('group', 'ec6fb87747f1311047d9afcf016d438b');// Bgrouptifi .addOrCondition('group', 'Search ...

system by Tera Contributor
  • 833 Views
  • 6 replies
  • 0 helpfuls