Selectable Fields for Vault

This section lists the selectable fields for vault objects.

Selectable Fields for Vault
Field Description Output

description

?

Value

hidden

Is this Vault defined as hidden?

True/False

id

Vault identifier

Value

interface

Vault interface

Returns name of adaptlet .dll or shared library.

map

Map value for vault

Returns map file for adaplet.

maxoid

The highest value id that any of the vault's objects have

integer

modified

Time and date the administration object was modified

Value

modified.generic

The time and date in generic format (independent of the MX_NORMAL_DATETIME_FORMAT and MX_DECIMAL_SYMBOL settings chosen by an Administrator) the administration object was modified

Value

name

Vault name

Value

object[ ]

a corresponding business object

Returns a business object where the type matches the string in [ ] and the name is the same as the vault's name. If no string is given, the object type is vault, with case ignored. In a case sensitive environment if more than 1 type meets that criteria (such as both a Person type and a PERSON type), OR if there are more than 1 object with the same type and name that are not in the same revision chain, the object with the latest originated date is returned. When objects with same type and name are in the same revision chain, the latest revision is returned.

originated

Time and date the administration object was created

Value

property[].*

Associated properties

If property[ ] is specified, returns property names and values. If blank, returns all property names and values.

server[].*

If vault is Foreign, returns server name.

If vault is local, returns nothing.

statisticsa

Total, max, min, and average number of object counts

Value

totalnumberofobjectsa

Count of all objects in vault

Value

a.) These values are computed dynamically by iterating over all objects in the vault. Therefore, they may be time-consuming to obtain.