Table of Contents
Overview
This Custom Field returns environment information for a given string key.
Syntax
ENV(Attribute)
Element | Description |
---|---|
Attribute | The source of the environment information, such as version or build number. For example:
|
Example
1. ENV(‘version’) will return the version of EasyCatalog being used, e.g. “v3.12”.
2. ENV(‘platform’) will return the platform you are using, i.e. “Windows” or “Macintosh”.
3. ENV(‘username’) will return the currently logged-in user name, e.g. “FredG”.
See also
N/A