Hello,
We need to have a calculation and constrain triggered on insert. The constraint evaluates whether the field(that has been calculated with a calculation rule) is a certain value.
This works in a file geodatabase, but not an sql geodatabase.
So in the sql database the constraint is evaluated first before the calculation has taken place, so you can never insert a new record. Is there a possible explanation for this, or is there some documentation that I'm missing that I can be directed to? Thank you for your time!