- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 07:58 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 10:22 PM
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 10:22 PM
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: