How to copy Configuration item and Assigned to filed values from Request Item to Catalog task

maheshch18
Tera Contributor

Hi team,

 

How to copy Configuration item and Assigned to filed values from Request Item to Catalog task using the workflow.

 

Regards,

Mahesh.

1 REPLY 1

Ankur Bawiskar
Tera Patron
Tera Patron

@maheshch18 

you can use advanced script in the Catalog Task activity in workflow and set the field values

Something like this

task.cmdb_ci = current.configuration_item;

task.assigned_to = current.assigned_to;

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader