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

Forum Posts

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
  • 1045 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
  • 313 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
  • 937 Views
  • 6 replies
  • 0 helpfuls

What is the difference between auto assignment and dynamic scheduling?

I have a client that will be creating a 100+ work orders that span 30 days.  They want these automatically scheduled to an agent with 4 hour windows.  Some should start at 8am and the other 4 hours at 1pm.  The agents have a list of locations covered...

Stacy by Giga Expert
  • 1109 Views
  • 1 replies
  • 0 helpfuls

Local Update sets

What does a local update set mean? By experience, I noticed that it has information about all the update set that exist. Suppose I created 2 update sets in the portal. Would I be able to see that update set 1 exists in update set 2?

Archit10 by Tera Contributor
  • 1314 Views
  • 1 replies
  • 0 helpfuls

Domain Separation

I have created one user in particular domain . I have given admin and domain_admin role to that user but that user able to see and access the remaining domains also. How can we restrict the access. Please provide the solution.