Using Forms 12c - Trying to access the configuration name being used in a form.
Hello,
I thought this would be easy -- but haven't found the magic yet. I'm wanting to determine in a form what the active configuration that is being used.
For example, we don't really use the 'default' configuration, but we do create a UAT_CONF and a DEV_CONFIG in the formsweb.cfg and the accompanying .env files.
When a form is running, how can i determine the configuration without adding a new environment variable in the .env file. I thought I could get this info without adding it as a variable in the .env file but I cannot find anything showing me how?