...
This structure represents the unique key fields of a standard rate task type. Standard rate task types are used to categorize project rate task types. Standard rate task types can be identified by StandardRateTypeCode, StandardRateTypeName or StandardRateTypeUidby StandardTaskTypeCode, StandardTaskTypeName or StandardTaskTypeUid.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
StandardTaskTypeCode | String (20) | The code is a unique identify of standard task type. | T3 |
StandardTaskTypeId | Int32 | The standard task type id is a unique identifier for a project role. For internal use only. | |
StandardTaskTypeName | String (50) | The name is a unique identify of standard task type. | Design |
StandardTaskTypeUid | Int64 | A unique and immutable identifier for a standard task type. | 1152921504606847727 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
> <com:StandardTaskTypeIdentity> <com:StandardTaskTypeName>Design</com:StandardTaskTypeName> </com:StandardTaskTypeIdentity> |