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
This is the decision i have created and i am calling the Decision in the rule as below but not getting the result
rule!SDB_determineInsurancePremium(Age:26,State:"New Jersey",IsMarried:true())
I tried it. Please refer the attachments. Its working fine for me, If I give true for Is married.
I would like to know which output you are getting for the above scenario. In a curiosity to know, Are you need to get output for false ?
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.