In service operations workspace i want to remove this new button in list layout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 06:07 AM
In service operations workspace i want to remove this New button in list layout. and also want to remove a ui action button but that cancel button is not available in Ux form actions.
Can anyone pls help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 06:23 AM
Hi @Community Alums ,
You can go to System Definition> UI actions > select the record based on the table and make the adjustments.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 06:29 AM
Hi @Community Alums in ui action i didn't see any button and do u have any idea about how we can remove new button ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 07:14 AM
Hi @Community Alums ,
All related list buttons are located in sys_declarative_action_assignment table. To find them go to Workspace Experience -> Actions & Components -> Related List Actions. Let's play around with them a little.
Hiding New button.
First thing I'd like to do in my app is to hide New button on a related list. If you open Related List Actions and search for New button on Global table, you'll find 4 records. One of them is for m2m tables, another for Service Operations workspace only and the one you need is this one:
Open this record and create an exclusion for New button. On Action Exclusions create a new record, select your table name and select Exclude this table checkbox. New button is not visible on the related list anymore!