Skip to main content
Nintex Community Menu Bar
Question

Conditions on Child Relationships in Models Not Updating when Model is Re-queried

  • July 11, 2024
  • 3 replies
  • 9 views

Forum|alt.badge.img+5

I have a condition on a child relationship in my primary model that references a field from another model (filter model).

When I change the data in the filter model and re-query the primary model, the SOQL remains unchanged and does not reflect changes to the field in the filter model.

I believe this is a bug, I’m currently on 11.2.7.

^ when changing CertName in CertSubQFilter, then re-querying the model, changes are not reflected in resulting SOQL.

3 replies

Forum|alt.badge.img+9

Are you also updating the CertSubQFilter model? I believe your query condition will always use CertName from the first row of the CertSubQFilter model.


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

The CertSubQFilter (Filter) model is a UI-Only model with one row. I am triggering a query of the primary model on save of CertSubQFilter model.


Forum|alt.badge.img+7
  • Nintex Employee
  • July 11, 2024

Can you reproduce it using common fields (like using default fields on Opportunities) and post the xml?