Relationship Operations Menu Visibility
The Relationship Operations Menu Visibility action controls the visibility of menu options (such as Add, Copy, Remove, Search & Attach) in relationship tables and their summary editors. This is useful for restricting or customizing available actions for users in specific relationship tables.
Properties and Explanation
Relationship Tables: Select one or more relationship tables (from a multi-select list) whose menu options you want to control.
Relationship Title: Optionally specify the title of the relationship table to further filter which tables are affected.
Hide Add New: If checked, the "Add Item" menu option will be hidden.
Hide Edit: If checked, the "Edit" menu option will be hidden (not implemented in the provided code, but present in the schema).
Hide Add Copy: If checked, the "Add Copy Of Item" menu option in summary editors will be hidden.
Hide Remove: If checked, the "Remove Item" menu option in summary editors will be hidden.
Hide Search & Attach: If checked, the "Search and Attach" menu option will be hidden.
The action updates the visibility of menu options for the selected relationship tables and their summary editors.
If all menu items are hidden, the menu button itself is hidden.
Full Configuration Example
Below is a screenshot of the Relationship Operations Menu Visibility action configuration, showing all properties set for relationship tables, title, and menu options:
In this example, specific menu options are hidden for selected relationship tables, customizing the available actions for users.
When the action is triggered, the menu options and buttons are updated according to your configuration.
Last updated