How to restrict result values in decision table
Hi,
I have a requirement to deligate a decision table that allow multiple return values and each return property column values should be restricted.
I have configured a decision table by disabling/uncheck the allowed to return values in results tab. Hence I am able to configure multiple actions. Is there any way that values for each return property must be restricted to some constant values.
For example, decision table will have .Funding and .IsGrouporIndividual as output properties. My requirement is to restrict funding property to accept only Insured,Self,other as values and IsGrouporIndividual property to accept only group,individual as value.
Thanks