Skip to content

Business rules dependent on property calculated by another BR do not evaluate. #4214

Answered by hurcane
bujma asked this question in Questions
Discussion options

You must be logged in to vote

The default behavior of business rules is to not cascade property changes. This is a safeguard to avoid unexpected infinite loops.

To enable the desired behavior, add this line to the class constructor:
BusinessRules.CascadeOnDirtyProperties = true;

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@bujma
Comment options

@ossendorf-at-hoelscher
Comment options

@bujma
Comment options

Answer selected by bujma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants