System Object
System — System wide environment settings.
Introduction
A single entry document that holds system-wide values.
Properties
Table 2. System Object Properties
Name | Details | Possible Values | Default Value |
---|
TrueValue | Value returned as boolean True value. | * | True |
FalseValue | Value returned as boolean False value. | * | False |
Description | Description to be used in lists. | * | - |
DetailDescription | Detailed description. | * | - |
Modified | Modification date-time stamp in ISO 8601 format. | ccyy-mm-dd Thh:mm:ss | date stamp |
Example
<Object Application="Administrator" Type="System" Name="System">
<System>
<TrueValue>True</TrueValue>
<FalseValue>False</FalseValue>
<Description>System</Description>
<DetailDescription>Global System Settings.</DetailDescription>
<Modified>2007-06-17T14:14:23</Modified>
</System>
</Object>