[rules-users] Data enumeration

2008-04-13 Thread vmuthupal
Hi all, We have the following destination hierarchy defined in our application- continent, country, state, city and locale. We thought of providing the users a drop down in BRMS to select the appropriate values. Current selection should based on the previously selected destination value. For

[rules-users] Modifying fact object during rules execution

2008-04-13 Thread vmuthupal
Hi, Currently we have a rule defined like this When Currency value = 300 Currency type = USD Condition 3 = something Condition 4 = something Then do this If the input values are not of the same currency then we need to do a currency conversion and then evaluate the above rule. For

Re: [rules-users] Modifying fact object during rules execution

2008-04-13 Thread Steven Williams
You could then have a rule that checks not (Currency type == USD) and a RHS with that inserts a new converted amount. If your conversion is rules-based then just have a rule per currency conversion. Your processing rules could then act on the converted amounts. On Mon, Apr 14, 2008 at 2:33 AM,