【发布时间】:2020-02-07 12:45:38
【问题描述】:
有没有办法自动美化规则子句?
例如,从此自动格式化规则:
Check if A is equal to B or ( B contains abc and C is not equal to A ) or ( C has no value and ( A starts with xyz or A doesn't end with opq ))
到这里:
Check if
A is equal to B
or ( B contains abc
and C is not equal to A
)
or ( C has no value
and ( A starts with xyz
or A doesn't end with opq
)
)
【问题讨论】:
标签: rule-engine business-rules codeeffects