Allow users to change logic of a Decision Rule

Certified Senior Developer

Hi,

I have a Decision Rule in my application, in which some calculation is being performed by business logic. Now, customers want to have control over the logic so that they can change it any time. So, how can I show these logic in an Interface, so that customers can change it to their convenience?

Thanks,

Sudip

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    I really think in order to do what your customers are asking, you'd have to stop using Appian's Decision rule object and recreate it again from scratch, in Appian SAIL code, to expose to your users.  What you'd ultimately create is a list of parameters that you could then feed into a gigantic nest of if() statements, where applicable possibly involving the choose() function in there somewhere.

Reply
  • 0
    Certified Lead Developer

    I really think in order to do what your customers are asking, you'd have to stop using Appian's Decision rule object and recreate it again from scratch, in Appian SAIL code, to expose to your users.  What you'd ultimately create is a list of parameters that you could then feed into a gigantic nest of if() statements, where applicable possibly involving the choose() function in there somewhere.

Children
No Data