Business rules for Affected properties #3394
Unanswered
Chicagoan2016
asked this question in
Questions
Replies: 1 comment 1 reply
-
Rules are triggered either by a change to the primary property, or when If changing one property will affect other property values, those properties need to be in the affected properties list for the rule, and that rule is triggered as described above. Of course @jonnybee is the ultimate authority on all of this 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In one of our objects, we have Properties that are never set by UI. They are calculated by business rules using context.AddOutValue.
We tried to write business rules for those 'calculated' properties but the business rule don't run. I am assuming context.AddOutValue doesn't call SetProperty.
Any ideas please.
Regards
Beta Was this translation helpful? Give feedback.
All reactions