Reg Decision Object

 Hi All,

Thanks in advance.

I have 3 inputs in decision component. 

I would like to compare the values among them (not hard coded values) and return some text value.

is this possible using the decision component?

Thanks

Kumar

 

For Ex: consider input 1 , input 2 , input 3 are the inputs.

if (input 1 > input 2)

     return "input 1"

else if

  (input 3) between (input 1) and (input 2 )

  return "input 3"

 

 

 

 

 

 

 

     

    

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer
    Hello Rajesh,

    The decision tables are for the business to define easily parameters what can affect certain behavior in the process based on simple validations instead of doing a lot of nested if statements, as i said in a previous post it can be a enhanced version of the choose/switch.

    By trying to use one parameter against another as mentioned by Anna, that's it self an expression rule.

    Jose
Reply
  • +1
    Certified Lead Developer
    Hello Rajesh,

    The decision tables are for the business to define easily parameters what can affect certain behavior in the process based on simple validations instead of doing a lot of nested if statements, as i said in a previous post it can be a enhanced version of the choose/switch.

    By trying to use one parameter against another as mentioned by Anna, that's it self an expression rule.

    Jose
Children
No Data