Question
how to remove/hide the "+" sign in detail page[team tab] in classic ui
09:32 Jun 27, 2023

Like
2 comments
11:48 Jun 27, 2023
This function will hide the + button in detail
getAddRecordButtonVisible: function() {return false;},
11:50 Jun 27, 2023
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