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
  • 1790 Views
  • 5 replies
  • 0 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
  • 10048 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
  • 3024 Views
  • 4 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
  • 2533 Views
  • 6 replies
  • 3 helpfuls