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.

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

Forum Posts

Attach workflow to catalog item

Hi, I have created a workflow and attached to a catalog item and captured in a update set in Dev instance.  now I have moved that to test environment, when i am clicking on previewed it is showing an error : "Could not find a record in sys_user for c...

thanuja by Kilo Contributor
  • 1113 Views
  • 5 replies
  • 0 helpfuls

Resolved! Can someone please tell me why Catalog UI Policy and/or Catalog Client Script is working in Service Catalog but not in Employee Portal?

Hello,  I have a Catalog item date field with (attached) Catalog UI Policy and/or Catalog Client Script is working fine in Service Catalog but not in Employee Portal? In the Date Field, user will not be able to select any day that is less than 10 day...

find_real_file.png find_real_file.png find_real_file.png
Hola Ola by Giga Guru
  • 972 Views
  • 2 replies
  • 1 helpfuls

Set category on incident using predictive intelligence

Hello Team, I am looking out for code to implement predictive intelligence on incoming incident, when an incident is getting created want to auto fill the category on the form, can someone please provide some inputs on how to go ahead. Thanks in adva...

Resolved! UI Policy on Catalog Variable Set

Hello, For one of our forms, we want to display a set of fields based on the quantity of the line item (max is 15). example: If quantity is '1', show one section only consisting of 8 fields. if quantity is '2', show two sections consisting for 2*8 fi...

vijir by Mega Guru
  • 8626 Views
  • 5 replies
  • 5 helpfuls

How to save data in JSON format

Hi All,   I am quering  a table and want to save this record , so my format looks like this . so first one is the Sys_id and it has more than 1 record associated with it. which i am getting from a table. how can have a Json for this  and then how can...

Priya75 by Tera Contributor
  • 2018 Views
  • 4 replies
  • 0 helpfuls

How can i compare the planned end date time with the current date time in change request and if the current date time is greater than the planned end date time then i need to update the change task 's work notes. (script in Schedule job)

How can I compare the planned end date time with the current date time in the change request if the current date time is greater than the planned end date time then I need to update the change task's work notes. (script in Schedule  job)

Mano R by Tera Contributor
  • 918 Views
  • 3 replies
  • 0 helpfuls

Resolved! Hi. I need to put Correlation ID of the Incident as TCSCE {incident number} while incident gets created. Please check script. It is not working

I have written below script in Before Insert BR to Populate Correlation ID as TCSCE:{Number}. But number is not getting populated. screenshot below.    var abc = new GlideRecord("incident");abc.initialize();abc.correlation_id = "TCSCE:" + "{" + abc.n...

EKTA2 by Tera Expert
  • 1604 Views
  • 6 replies
  • 3 helpfuls