Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

How to hide New button on a related list in custom worskpace

gavkirkar
Tera Contributor
 
2 REPLIES 2

Srikanth_9
Giga Guru

Hi @gavkirkar,

 

 

Best Practice:

In UI Builder, select the Related List component and remove/disable the “Create” action. This hides the New button only in the workspace UI.

 

Role-based control:
Use a Create ACL on the related list table. Users without create access won’t see the New button.

 

Global control:
In System Definition → Relationships, uncheck Allow Create on the relationship. This removes the New button everywhere that relationship is used.

 

Conditional hiding:
In UI Builder, add a visibility condition to the Create action (based on state, field value, role, etc.).

 

Not supported:
Client scripts, DOM/CSS hacks, or other unsupported UI manipulation.

For security, pair UI hiding with ACLs.

 

 

If the provided solution is useful/working, please Accept as Solution and hit the Helpful. 
 
Thanks & Regards,
Srikanth Akula.

Hi @gavkirkar,

 

Please accept the solution if it's useful/working, it helps me.

 

If the provided solution is useful/working, please Accept as Solution and hit the Helpful. 
 
Thanks & Regards,
Srikanth Akula.