Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How to modify default UI action

Kenta Koizumi
Kilo Sage

Hi Community,

 

I need to modify the "Create Opportunity" UI action on the account record to restrict users from creating a new opportunity if the account is blacklisted.

I have searched for the "Create Opportunity" UI action in the list, but I couldn't find it.

 

I suspect that editing default UI actions may not be authorized, but I'm unsure.

 

Could anyone provide me with tips or advice?

 

Thank you in advance for your assistance.

1 ACCEPTED SOLUTION

Not applicable

Hi @Kenta Koizumi ,

You can find entries for each button in the sys_ux_form_action_layout_item table.

Just type "sys_ux_form_action_layout_item.LIST" on you app navigator.

You'll get the list of Actions, you can filter it, like below:

SandeepDutta_0-1722230449667.pngSandeepDutta_1-1722230474233.pngSandeepDutta_2-1722230490594.pngSandeepDutta_3-1722230507300.png

 

View solution in original post

1 REPLY 1

Not applicable

Hi @Kenta Koizumi ,

You can find entries for each button in the sys_ux_form_action_layout_item table.

Just type "sys_ux_form_action_layout_item.LIST" on you app navigator.

You'll get the list of Actions, you can filter it, like below:

SandeepDutta_0-1722230449667.pngSandeepDutta_1-1722230474233.pngSandeepDutta_2-1722230490594.pngSandeepDutta_3-1722230507300.png