Skip to main content

Wondering if there is a way to allow editing of an Account Contact Relationship field, ie. Roles from a table row created for a Contact?


I am able to view the ACR field by using a Model_Lookup on a UI field in my Contact model. Obviously this only provides read only access.


I’ve been able to add a drawer with the ACR model and associate it to the Contact. From there it is possible to edit the ACR field. Was hoping to avoid the extra click.

Unfortunately I don’t think that’s going to be possible. You can really only edit data from one object in a Skuid component. You can retrieve and display parent / child data, but you cannot edit that data directly on the table. You are going to have to open a table drawer, or a popup of some form where a second model is manipulated.


Sorry. 😢


Thanks Rob for confirming. I have used a pop-up although was hoping for less clicks. All good!


Reply