More than one 'output' from a Businessrule #3382
Answered
by
rockfordlhotka
Chicagoan2016
asked this question in
Questions
-
Do we see any problem with calling context.AddOutValue twice in Execute method of a business rule? context.AddOutValue(PrimaryProperty, tax);
context.AddOutValue(FeeProperty, fee); |
Beta Was this translation helpful? Give feedback.
Answered by
rockfordlhotka
Jun 16, 2023
Replies: 1 comment 1 reply
-
This is the idea behind affected properties. In the rule's constructor it is necessary to list the properties affected by the rule. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Chicagoan2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the idea behind affected properties. In the rule's constructor it is necessary to list the properties affected by the rule.