Functionality for Environment Identification (Development, Testing, Production).
Implementation is based on a Site Property that must be correctly configured for each environment (DEV, TST, PRD), and NOT on any platform metadata.
Provides a public web block 'EnvironmentLabel' that can for example be inserted in the Header web block of a theme; and also actions to enable to identify the current environment: EnvironmentIsDevelopment(), EnvironmentIsTesting(), and EnvironmentIsProduction(). Environment_GetLabel().
Application Objects (AOs) used: 1 (web screen).
New configuration value "ACC" for Acceptance environment. New public action EnvironmentIsAcceptance(). Web block "EnvironmentLabel" adjusted because of new value.