Re: [rules-users] Can i see a Decision Table in Tempate (like:each row one Decision Table)
With 5.4.CR1 you can define a decision table with BRL fragments as columns. This is probably what you are after.
sent on the move
On 16 Apr 2012 08:13, "srinivasasanda" <[hidden email]> wrote:
Hi
I have a doubt Please let me know whether it is possible or not.
There is a option in guvnor create "new rule template" (here we are creating
new rule by using WHEN & THEN options), So my doubt is when i click new
rule template i want to get "Decision Table" format like
I am trying to cal a local function getMaturityAge() in the decision table condition column like
RuleTable MaturityAge Validation
CONDITION ACTION
pp:PremiumCalculatorFormBean
getMaturityAge() > "$1" System.out.println("invalid maturity age");
Premium Payment Term Print out message?
70 X
The method is defined localy using functions key word.
And moreover whenever I trying to pass pp as the argument to my functions, its not able to find pp. I am getting cud not parse knowledge error.