In service operations workspace i want to remove this new button in list layout.

Community Alums
Not applicable

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.

srikanth110_0-1707401161677.png

srikanth110_1-1707401207537.png

 

3 REPLIES 3

Community Alums
Not applicable

Hi @Community Alums ,

You can go to System Definition> UI actions > select the record based on the table and make the adjustments.

 

Community Alums
Not applicable

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 ?

 

Community Alums
Not applicable

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:

SandeepDutta_0-1707405237255.png

 

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!

SandeepDutta_1-1707405237069.png