Question

how to remove/hide the "+" sign in detail page[team tab] in classic ui

Like 0

Like

2 comments

 This function will hide the + button in detail

 getAddRecordButtonVisible: function() {return false;}, 

Hello,

 

Such changes cannot be achieved with basic system tools in Classic UI, additional development will be needed. 

Please refer to the this post for an example of such implementation.

 

Best regards,

Anastasiia

Show all comments