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?
Is there a way to disable the select button or at least prevent a project from being assigned to a new job?
Comment