Replicate "Add" "Remove" button for child service request in service operation workspace

Rpatil1
Tera Contributor

Hi All,

I want to create same functionality has "Add" "Remove" buttons in child incident related list but for child request items 
in service operation workspace, i tried few methods did not worked would appreciate your help,

Thank you

1 REPLY 1

pranitha_g
ServiceNow Employee
ServiceNow Employee

@Rpatil1 

Kindly refer to the document below for declarative actions,

https://www.servicenow.com/community/next-experience-articles/introduction-to-declarative-actions/ta...

 

Also refer to this YouTube link for instructions on creating ADD functionality: https://www.youtube.com/watch?v=OzUPW2h_PSo&t=8s

Steps for creating a UXF Client Action, Related List Declarative Action that uses the multi record associator component in Service Operations Workspace or any Configurable Workspace. This is duplicating the Add affected ci's functionality. Ashley Snyder's article: ...