Creating an Object
 
Syntax
.Create ."Object type""Object name" -
.CHK "…"
Example 1
.Create ."~ldAe93gyh020[Report template (MS Word)]" "Application documentation" -
.CHK "w0e4VVXC)440e0SDsNpple00"
Example 2
.Create ."~OsUiS9B5iiQ0[Operation]" "14B8162B3F3A0347" -
.CHK "GZB5hOXE)Sq0C30000mCpCpC"
In this command, the ".CHK" is the concatenation of the following IdAbs:
IdAbs of the object
IdAbs of object writing access
In the case of the MGL, the IdAbs of the user that made this command.
Certain MetaAttributes, such as "Creation date" or "Creator" can only be updated at object creation. They must therefore be incorporated in this command.
Example:
Create ."~OsUiS9B5iiQ0[Operation]" "14B8162B3F3A0347" -
.CHK "GZB5hOXE)Sq0C30000mCpCpC" -
."~510000000L00[Creation Date]" "2003/08/13 10:42:51" -
."~(10000000v30[Creator]" "OmNRasMwq400" -
."~520000000L40[Create Version]" "25088"
The "Creator" and "Modifier" MetaAttributes contain the IdAbs of users that have created and modified the object. If they are not specified in the command, they automatically take the IdAbs of the user importing the file.
Similarly, "Link creation date" and Link modification date" are specified from the import date if they are absent.