Is there a way to detect where an UDF runs? I like to detect if a UDF runs/was called by...
Background: In my UDF I'm using DynamicConfiguration. The values therefore only exist in productive environment, so I get exceptions when running the mapping test in ESR. Therefore I like to detect the environment, so that I can handle it and call the DynamicConfiguration code only, when the UDF was called by the "productive" environment.