Execute Data Resource or GlideRecord/Ajax in Workspace

Ranjane_Omkar
Kilo Sage

We have a requirement to clone the existing record, which will be selected from the related list. We will take the input of how many times we need to clone the existing record.

 

We have used related list declarative action with modal. We can use "create record data resource," but it only executes 1 time; we need to execute it multiple times.

 

How can we achieve that? Do we have functionality to execute GlideAjax or GlideRecord in Workspace or any other method ?

 

Thanks in advance.

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Ranjane_Omkar 

did you search for any existing OOB related list action which uses GlideAjax?

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

Instead of GlideAjax, I created the Transform-type data resource and used the scripting there, which resolved my current issue.