-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
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:
( (not (FactA(type == "A" || == "B" || == "C" ))) or (not (exists(FactB(id == "X")))) )
- after:
( FactA(type == "A" || == "B" || == "C") or FactB(id == "X"))