...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ProjectCode | String | The Project Code is a unique identifier for a Project. | P001395-001 | ||
ProjectId | Int32 | The Project Id is a unique identifier for a Project. For internal use only. | |||
ProjectUid | Int64 | The Project Uid is a unique and immutable identifier for a Project. | 1152921504607412209 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<com:PwsProjectRef> <com:ProjectCode>P001395-001</com:ProjectCode> <!--com:ProjectId>?</com:ProjectId--> <!--com:ProjectUid>?</com:ProjectUid--> </com:PwsProjectRef> |
...