-
Bug
-
Resolution: Done
-
Major
-
7.5.1.GA
A rdrl file containing the following constraint is changed after being opened with the Guided Rule Editor in business central:
- before:
( ((FactA(code == "A", limit > 1000) from otherFact.list) and (eval($total < 100))) or (FactA(code == "A", limit > 9999) from otherFact.list) )
- after:
( FactA(code == "A", limit > 1000) from otherFact.list or FactA(code == "A", limit > 9999) from otherFact.list )