Replies: 1 comment
-
Hi. You just have to provide the Edit: And here is a sample: https://github.com/MarimerLLC/csla/blob/main/Samples/BusinessRuleDemo/BusinessRuleDemo/SetStateName.cs |
Beta Was this translation helpful? Give feedback.
0 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.
-
Is it possible for a business rule to update a property other than the primary. We track a list of entry numbers by month. When a ser changes a date to a different month we need to update the entry number. We're doing this within a business rule since the entry number retrival is an async SQL call.
I see there is LoadProperty and also OutputPropertyValues, but I can't find examples of their usage.
Beta Was this translation helpful? Give feedback.
All reactions