How to create a new option "Create child incident" in a workspace view

DanielGabrS
Giga Contributor

DanielGabrS_0-1778012104204.png

 

4 REPLIES 4

Mark Manders
Giga Patron

Add a new action to the ui action group.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Ankur Bawiskar
Tera Patron

@DanielGabrS 

this is for which table?

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

Today, this button already exists as a native feature of the platform, and it is created in the ui_action table. However, since it is native, I need to customize the script, so I will have to create an OOTB version.

The approach I tried was using "Insert and Stay", but it did not replicate correctly, and it does not appear in the Workspace view.

Nilesh Pol
Kilo Sage

@DanielGabrS You first create UI action from system Ui with "Form context menu" true, then open following link and replace with your instance.

 

https://devXXXXXX.service-now.com/sys_ux_form_action_layout_group.do?sys_id=99308efac7213010d7e818b1...

 

then add created action in "Actions" fields.

NileshPol_1-1778071676725.png