How to modify default UI action

Kenta Koizumi
Kilo Sage
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

Community Alums
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

Community Alums
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