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

Forum Posts

How to use switch in workflow.

I have a requirement, I have a field "Type of Request" which is a dropdown field in my catalog item.I have 5 type of request .Based on type of request I have different workflows. So i have used switch statement. But for first 2 request type it is wor...

Varsha by Tera Expert
  • 4550 Views
  • 6 replies
  • 2 helpfuls

How does Most recent discovery field gets populated on CI records.

Hi All, We have an integration with a third party inventory tool to populate SAM data [Computer, Software, Software Usage]. For computer data, we have a transform map to pull the records to push to the target table. With the transform map, we are als...

gana1 by Tera Expert
  • 1553 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to add a table for catalog item -Service portal-Servicenow

I have this catalog page I am trying to add incident table for create Incident catalog,So I did it using Data table from instance widget provided by OOB. Table added successfully no issues in that. But that table display in all catalog pages I want...

find_real_file.png find_real_file.png find_real_file.png
sana13 by Kilo Contributor
  • 3973 Views
  • 1 replies
  • 1 helpfuls

Resolved! Variable not transferring to RITM

We just upgraded our DEV instance to London Patch 1.  First thing I noticed is when a request comes in one of the variables is not transferring over to the RITM.  It is a required field when you complete the request.  Why would it not transfer over?

pagdenl by Giga Expert
  • 1953 Views
  • 13 replies
  • 3 helpfuls

Resolved! SLA - Pause duration

I'm seeing a couple pause duration fields on the task_sla table, but they don't seem to be populated. I checked the documentation, but haven't found anything yet. Is there something I need to do to get the pause duration to calculate?

Close Child Incidents without closing Parent incident

Hello All, Am new to Servicenow and trying to explore stuff for daily activities. We come across cases where multiple alerts (incidents) trigger for an issue and have to end up creating a parent and linking others to it.  While we investigate on the ...

Praveen55 by Kilo Explorer
  • 2433 Views
  • 14 replies
  • 0 helpfuls

CDW Integration with SNOW

Hi all,Did anyone integrate service-now with CDW.cdw mentioned that using cXML Punch-out we can pull down items for Service Catalog from CDW portal.Can anyone help me in understanding this approach.Thanks and Regards,Keerthi

Community Alums by Community Alums  
  • 2397 Views
  • 3 replies
  • 0 helpfuls

Resolved! Close Parent Request if RITM has Complete and Cancelled Items

Hello, I have created a new business rule in order to change the parent request state to close when all related RITMs are closed or canceled. Please let me know if the script is ok     closeRequest();function closeRequest(){var gr = new GlideRecord...

find_real_file.png find_real_file.png
ivopetrow by Mega Contributor
  • 3632 Views
  • 5 replies
  • 0 helpfuls

Field Should be visible if user is a member of Assignment Group

If the user changes the Assignment group, and the user is a member of the newly selected group, the "Confidential" (field name) remains hidden until the Incident is saved because of an Read ACL which has a lot of condition.   Requirement Confidentia...

himanshu07 by Tera Contributor
  • 1672 Views
  • 4 replies
  • 0 helpfuls

Resolved! Reset ticket number counter

I have a new instance for a customer however post configuration, testing has been performed on Production to announce Go-Live. I need to reset the ticket number & it should start from 1 again. I have gone thru few articles where it's mentioned to Go ...

SNOW learner by Mega Contributor
  • 2407 Views
  • 2 replies
  • 1 helpfuls

Reference Country Code from a User profile in a script

We're trying to amend a script that was using the sys id of the domain to determine whether a user from different domains can see various things. This is current and works: var Remote = Class.create(); Remote.prototype = { initialize: function() { },...

find_real_file.png