-
Bug
-
Resolution: Done
-
Major
-
None
-
7.31.0.Final
-
3
-
Release Notes
-
The fix assumes just operator 'matches'. It means if user will import a rdrl of the same format, but using different operator than 'matches', the rdrl will be not auto corrected to currently supported format.
-
NEW
-
NEW
A rdrl file containing the following constraint is changed after being opened with the Guided Rule Editor in business central:
- before:
FactA(type == "A", (symbol != null && matches "P.*") || (symbol != null && matches "p.*") )
- after:
FactA(type == "A", (symbol != null && ) || (symbol != null && ) )
- clones
-
RHPAM-2631 Guided Rule Editor removes matches statement from rule
- Closed