-
-
We are thinking of using an 'enum' type for assigning priorities to our business rules, currently we use priority values from -1 to 4.
What 'string' descriptions should be use? I don't want the same…
-
I have a BusinessListBase class and want to run a Business Rule when a child property changes. I think this means I have to create an editable parent to put the collection in, right? Do I have to move…
-
Created Business Rules for Order Confirmation, about Confirmed Date and Confirmed QTY not matching the values in the PO.
However, when Bosco did testing, he did not see any exceptions/alerts in th…
-
I have a few questions about dependent properties in business rules.
1) We have two ways of accomplishing this (per p-89 of creating business objects book), 'implicit' and
'explicit ' (using …
-
How can we resolve any dependency in Business Rules? Suppose a business rule needs Dal access for some manipulation. So, how can we inject the DAL object in Business Rule class?
-
I would like to invoke the business rules from the ui. I found this: ((Csla.Core.ICheckRules)record).CheckRules();. But read the sentence that says "Buyer beware". I have a datagrid and want to invo…
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### GLPI Version
10.0.16
### Plugin …
-
Hello,
saw that you @nodh added some code to store the business rules as Json, is there gonna be an interoperability between this library and https://github.com/ehn-dcc-development/dgc-business-ru…
-
**Issue Background**
Several usage-related questions have come up where inconsistent results are generated due to improper input data or configuration. This issue is particularly acute in multiproce…