Skip to main content
Nintex Community Menu Bar
Question

How to edit Account Contact Relationship field from Contact table

  • July 11, 2024
  • 2 replies
  • 9 views

Forum|alt.badge.img+5

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.

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 12, 2024

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. 😢


Forum|alt.badge.img+5
  • Author
  • Rookie
  • July 12, 2024

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