Hi,
I have created a decision object with 3 inputs and 1 output columns.
in those 3 inputs i used one column type as Boolean, when I tested this from the decision designer window its working fine
but when i Called it from any Rule or interface, the Boolean input column is not working.
I am calling decision from expression rule as below..
Please let me know what will be the root cause for this?
rule!SDB_determineInsurancePremium(Age:27,State:"New Jersey",IsMarried:true())
Discussion posts and replies are publicly visible
Hi sukheshc0001,
If no match found among the rows created in the decision object, we will not get the desired result. Since a dropdown is being used for State, check whether the value passed for State is one of the values present in the choice values of the dropdown.