Broken Business rules list #3222
Unanswered
Chicagoan2016
asked this question in
Questions
Replies: 1 comment 4 replies
-
There's an API you can use to get a list of the rules for an object. I don't know if priority is in that info, but it probably could be. You could use LINQ to join the broken rules with the rules (I hope). |
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.
-
Almost all of our business objects have business rules ranging from 'Required' to something relatively complex. Instead of showing users dozens of broken business rules, we are thinking if we could show users a subset e.g. list of broken business rules with top priority and when they are 'met' then show users next level of broken business rules (based on priority).
We do specify priority for our business rules.
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions