On the RHS, if you put "=" it will allow you to type in that calculation.
I guess that is not as intuitive as it shoudl be (on the LHS it makes you tell it what you want to do), I am open to considering changing that so it is more obvious.
Yes, you can only access setters this way (at the moment). Everything is based around fields and facts, (not so much objects). The balancing act is to not put too much power into the GUI (as if you want more, that is what DRL is for).
Ok, so to fit on the "not ignored emails" from the list Mark posted, I changed the title. However I following in the listanyways beacuse Im resending this email in less than 3 days.Note: Im not desperate, nor this is for today. This just came out today yesterday and well... its important to me, but Ithink I can get a work around for now.So here is the real on-topic question.-----------------Anyone knows how to use variables (from fields) setted on LHS, to modify a field on the RHS using the GUI editorfrom BRMS?What I need is to write this rule on BRMS.
rule "Set approvedMount for a women"no-loop truewhen$p: Person($sex: sex == "F" , $income: incomeMount)then$p.setApprovedMount($income * 1.2);update ($p);endI know I can use formulas, but I only know how to set those on LHS, I dont know how to put a formula on RHS (setter of the field to modify).Thanks.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users