Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether automatic rolldown of custom field values to the assignment level is enabled.
<AutoRollDown>
BooleanValue
</AutoRollDown>
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Text Value
A text value of type boolean is required.
Value |
Description |
---|---|
0 |
False |
1 |
True |
Example
The following example uses the AutoRollDown element to specify that configured values for the Team Name custom field should roll down to the assignment level.
<ExtendedAttribute>
<FieldID>205553664</FieldID>
<FieldName>Team Name</FieldName>
<CFType>7</CFType>
<Guid>0000740F-CF67-4B93-A405-F0C12C5BC942</Guid>
<ElemType>21</ElemType>
<MaxMultiValues>1</MaxMultiValues>
<UserDef>1</UserDef>
<SecondaryPID>255885312</SecondaryPID>
<AutoRollDown>1</AutoRollDown>
</ExtendedAttribute>