AutoRollDown Element
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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>