How to know current location inside check rule?
Hi,
I need to create Check Rule Group for multiple locations (about 20) with similar logic but with differences that depends on locations.
Idea is to create one Check Rule Group and to use this Group for all locations
Questions:
1. Can I somehow (probably using jython script) understand what location (and is good to know current entity as well) runs this check rule group?
For example, if current entity contains 'BI' , I need not to consider loaded value to be compared, otherwise I need to compare.
2. Is there any possibility to use SQL inside check rule?