ElemType Element
The type of entity (task, resource, or assignment) with which the custom field definition is associated.
<ElemType>
IntegerValue
</ElemType>
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Text Value
A text value of type integer is required.
Value |
Description |
---|---|
20 |
Task |
21 |
Resource |
23 |
Assignment |
Remarks
Custom field definitions must specify the type of project entity with which they are associated. For example, a custom field named Team Name, where ElemType = 21, is associated with a resource entity. For enterprise project custom fields, all tasks in a project have the same custom field value.
Example
In the following example, the Health enterprise custom field, of type Text (CFType = 7), is associated with the task entity (ElemType = 20). The decimal value of FieldID corresponds to the b408001 element name in tasks, where the lookup table value for task UID 1 is On Schedule and the lookup table value for task UID 2 is Late.
The Plant ID enterprise project custom field value is associated with all tasks, including the project summary task (UID = 0). The FieldID decimal value 190873613 = the hexadecimal value of the b60800d element name. The Plant ID custom field value is Plant 47 in all tasks.
<ExtendedAttributes>
<ExtendedAttribute>
<FieldID>188776449</FieldID>
<FieldName>Health</FieldName>
<CFType>7</CFType>
<Guid>0000E8D9-65F1-4769-9BD2-819D38036FCC</Guid>
<ElemType>20</ElemType>
<MaxMultiValues>1</MaxMultiValues>
<UserDef>1</UserDef>
<SecondaryPID>255885314</SecondaryPID>
<DefaultGuid>000079D2-4A43-41FC-B264-98D23FADD84B</DefaultGuid>
</ExtendedAttribute>
<ExtendedAttribute>
<FieldID>190873613</FieldID>
<FieldName>Plant ID</FieldName>
<CFType>7</CFType>
<Guid>F162D66B-BF32-4030-998D-C2AA7BEAD285</Guid>
<ElemType>20</ElemType>
<MaxMultiValues>1</MaxMultiValues>
<UserDef>1</UserDef>
</ExtendedAttribute>
</ExtendedAttributes>
. . .
<Tasks>
<Task>
<UID>0</UID>
<ID>0</ID>
. . .
<b60800d>Plant 47</b60800d>
</Task>
<Task>
<UID>1</UID>
<ID>1</ID>
. . .
<b408001>0000BB21-B2AE-410A-88B6-82C108903823</b408001>
<b60800d>Plant 47</b60800d>
</Task>
<Task>
<UID>2</UID>
<ID>2</ID>
. . .
<b408001>0000C45D-8A43-4EB0-9B74-E535B391988A</b408001>
<b60800d>Plant 47</b60800d>
</Task>
</Tasks>