Welcome to Catalog Tips
Search more than 200 articles to learn more about creating and automating your product catalogs
Tip: Start typing in the input box for immediate search results.
ENV – Display environment information
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