...javier :
... Hello, It is posible to write a function
... over the rule template of a CONDITION in a Decision Table?
... I mean instead of write the rule template:
... driver.priorClaims
... write the rule template:
... driver.priorClaims("lastWeek")
..Edson Tirelli writes:
.. Place it inside an eval(). Use the regular "$" syntax for paramenters.
.Javier writes:
.Edson, could you give me an example?
Edson, "A inline-eval constraint can use any valid dialect expression as long as
it is evaluated to a primitive boolean "
But I need to return a number or strign that matchs with the value of a cell in
the decision table.
Any other idea?
thank you.