Hello Matthew,
I can think of 2 things depending on what you want to achieve:
Here are more elements on how to do so.
I took a simple example of a main entity and 2 references (country and city).
Enricher option:
> Expression: "case when FID_Country <> City.FID_Country then null else FID_City end"
Validation option:
Or if you want to block the authoring altogether, you can activate it at "step transition validations" on "block":
Or directly in the validations on "block":
Hope that helps.
Matthew Ammons
I have a field that has a reference selection on it(Special Brand). The reference selection is filtered based on a user entry on another field on the form(Brand). For example:
If the user makes a selection for Special brand the value is held in the field:
The issue I'm facing is, if the user changes the first field(used to filter the reference selection) Brand in this case, the second field in invalid it breaks the referential integrity. See below:
But if I hit the dropdown...
Is there a way to check the Referential integrity of the Reference selection when the filter field(Brand) is changed?