Business rules Execution #3408
Unanswered
Chicagoan2016
asked this question in
Questions
Replies: 1 comment 4 replies
-
You can create a rule with a lower priority than the calculation rule that checks if the object is valid and stops processing if not.
|
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
I think I have asked a similar question before : )
Today I am working on a simple object with seven properties. All of them are required.
When all the properties are present, a final business rule needs to run that does calculations based on all the properties.
However, when I test the business object with, say, three properties missing, it still tries to run the final 'calculation' business rule.
Kind Regards
Beta Was this translation helpful? Give feedback.
All reactions