Question
2
Replies
113
Views
Posted: July 25, 2018
Last activity: July 29, 2018
to delegate effective date for the changes in delegated decision table
There is a delegated decision table in the production ruleset. I would like to enhance it by providing the 'EffectiveDate' column for which business can input the date value so that the changes in the decision table will be effective from the date value input in the 'EffectiveDate'.
What are the design options?
You cannot enhance that with addition of column , as the rule resolution runs first the effective date should be decided during rule resolution process. For delegating the effective date you may try to create a circumstanced version of this decision table based on date property and create another delegated rule in which you can set the date property value. Business users can modify that rule.Make sure this rule should be called before the Decision table.