Miscellaneous utilities

ENV – Display environment information

59 views June 1, 2018 admin 0

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:

  • date
  • version
  • datasourcename
  • platform
  • datasourcelastsynctime

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

Was this helpful?