...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type |
---|
Required?
Default
Description | Sample Data |
---|---|
StandardTaskTypeCode | String (20) |
On Insert: No
On Update: NoThe code is a unique identify of standard task type. | T3 | |
StandardTaskTypeId | Int32 |
On Insert: No
On Update: NoThe standard task type id is a unique identifier for a project role. For internal use only. | ||
StandardTaskTypeName | String (50) |
On Insert: No
On Update: NoThe name is a unique identify of standard task type. | Design | |
StandardTaskTypeUid | Int64 |
On Insert: No
On Update: NoA unique and immutable identifier for a standard task type. | 1152921504606847727 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<com:StandardTaskTypeIdentity> <com:StandardTaskTypeName>Design</com:StandardTaskTypeName> </com:StandardTaskTypeIdentity> |