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

Forum Posts

How to Stop Timer in Workflow if Catalog task is completed?

Hi All,I am stuck at one point and need your help. I have created a workflow where 1 Catalog Task on completion is starting a Timer & Creating 2nd Catalog Task in Parallel. Now my requirement is that as soon as the 2nd Catalog Task is completed, Time...

ankita1506 by Tera Contributor
  • 626 Views
  • 3 replies
  • 0 helpfuls

User Criteria

hi there please can you advise if my user criteria script is ok, for some reason it always evaluates to false, even if the condition is met  ThanksLevinocheckCondition(); function checkCondition(){ var gra = new GlideRecord('sys_user'); gra.addQu...

levino by Giga Guru
  • 685 Views
  • 9 replies
  • 4 helpfuls

Resolved! Copying Attachment from One field to another table.

Hi Experts,  I had a use case where I had to copy attachment from one table to another table so I used the script below. var attachment = new GlideSysAttachment();var attached = attachment.copy('source_table','source_table_sys_id', 'sys_data_source',...

Resolved! How pass Cis into the table alm_asset

Hi every one, I need pass a lot of Ci from the table cmdb_ci and add this Ci to the table alm_asset, I'm using a background script:    (function runBackgroundScript() {     var cmdbCiGr = new GlideRecord('cmdb_ci');    cmdbCiGr.addQuery('manufacturer...

HaroldHoyos_0-1713632854697.png

Implementing workflows in ServiceNow Solution.

Hi Friends, Happy weekend!! Can someone guide me on how to implement a workflow solution within ServiceNow to gain more visibilityinto request status, reduce cycle times, eliminate duplicate efforts, and streamline communication. Key drivers include ...

LasyaT by Giga Contributor
  • 418 Views
  • 1 replies
  • 0 helpfuls

Resolved! Populate field based on another field

Hi All,I have a small requirement if anyone can help it would be great.The Requirement is I have created an order guide which includes two catalog items. Inside this order guide there is field which is called 'ports', which is created in a variable s...

Resolved! Submit catalog item as conversation in Virtual Agent

Hello Experts, I have to demonstrate functionality to submit requests within the Virtual Agent chat window as conversation. I referred documentation > Click here and no detailed documentation present with an example setup.I referred to articles writt...

Jagadish10 by Mega Expert
  • 3662 Views
  • 9 replies
  • 3 helpfuls