Version Object
Version — Specific version of an application.
Introduction
A version holds application objects which differ from the linked application.
Properties
Table 4. Version Object Properties
Name | Details | Possible Values | Default Value |
---|
ApplicationName | Name of the linked application. | * | - |
Password | Password of the version for secure access. | * | - |
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="Version" Name="MyOrderWeb">
<Version>
<ApplicationName>MyOrder</ApplicationName>
<Password></Password>
<Description>MyOrder Version</Description>
<DetailDescription>MyOrder web version for processing orders</DetailDescription>
<Modified>2007-11-12T09:58:00</Modified>
</Version>
</Object>