1

Has anyone wanted to hide the add new record button on the popup link?

simply add a formula with CSS and add the following .stringeditor-button2 {display: none;}

2 replies

null
    • Michael_Blechinger.1
    • 7 mths ago
    • Reported - view

    I saw, that this works. Thanks! And how to hide the "new record" botton in the pop-up?

    This is the class, but it doesnt work.
     

    .nx-button-text .blue
    • Jerome
    • 7 mths ago
    • Reported - view

    Hello,

    If you are working with user roles, you can hide the "New record" buttons by removing creation rights for specific user roles on the related table.

    Another solution could be to hide your relationship field and make use of a dynamic choice field to list the related table records. Then use the "trigger after update" to modify the relationship field by a script. Users would never see any "Add Record" button ...

Content aside

  • 1 Likes
  • 7 mths agoLast active
  • 2Replies
  • 461Views
  • 2 Following