Announcement

Collapse
No announcement yet.

Disable select option in relationship

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Disable select option in relationship

    Is there a way to disable the select option in a relationship pane? In my example below, the loaded detail page is for an entity called Job, which is the parent of the Project entity. In the relationship pane, the list of projects for the job is shown with the select dropdown open. Clicking select allows the user to pick any project to be assigned to the current job, but this should never be allowed. A project must be assigned to a job when it is created and that relationship should never change.

    Is there a way to disable the select button or at least prevent a project from being assigned to a new job? Click image for larger version  Name:	select.png Views:	1 Size:	7.0 KB ID:	27414
    Last edited by bandtank; 04-03-2017, 03:29 PM.

  • #2
    Hello, I know that I can remove the select, create, and remove actions from record list views in a relationship panel via clientDefs, e.g.:

    Comment


    • #3
      Thank you. I searched, but I didn't find that thread. That's exactly what I need.

      Comment

      Working...
      X