Use case : When clicking on Create Request from the Interaction form, it should copy the fields from

PritikantD
Tera Contributor

Use case : When clicking on Create Request from the Interaction form, it should copy the fields from Interaction form into the new Request in service operation workspace.

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@PritikantD 

request it means you are redirecting to catalog item?

You can use onLoad client script on your catalog item and get the URL

Then it must have interaction sysId, use GlideAjax to get that sysId and then script include function will return values

Then you will set the variable value on your catalog form.

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

PritikantD
Tera Contributor

Suppose we need to copy from interaction record  for one of the particular catalog how to apply it

PritikantD
Tera Contributor

Please mention the exact steps to achieve this