Skip to main content

xSuite Interface Windows Prism 5.x – Online Help

Constants

The following configuration properties refer to the functionality described in Constants.

Property

Description

Constant[].Tenant

Name of the tenant for which the constants defined in the current configuration object are to be valid

If this specification is omitted, the constants will apply across tenants (default value).

Constant[].constant name

Freely selectable constant name consisting of letters, digits and underscore with any elementary value

Several constants can be defined within a configuration object. These constants must never have the name of the permanently assigned .Tenant property.

Example of syntax:

"Constant": [
   {
      "Tenant": "Tenant1",
      "Constant_1": "Hello",
      "Constant_2": "World"
   }
]