Skip to main content
August 19, 2021
Question

How to call decision rule in interface

  • August 19, 2021
  • 9 replies
  • 0 views

Here, I have created a decision rule, My requirements are if I call this decision rule in the interface in the orgName field the tax Id and Address should be displayed.

How can i configure this in the interface?

    9 replies

    selvakumark
    Participating Frequently
    August 19, 2021

    You can simply call the decision like below, store it into a local variable and then use that data to show in the interface.

    rule!ALM_decisionRule(input1: "AKSHARA FOUNDATION" /*Desired input*/ )

    August 19, 2021

    Yes i tried this way but its not working 

    selvakumark
    Participating Frequently
    August 19, 2021

    Can you please share your code?