Details.CheckBoxDetail
Jump to navigation
Jump to search
XML Element
<Detail>
- <DetailTypeID />
- <DisplayOrder />
- <DetailStep />
- <DetailSpan />
- <DetailUIType />
- <DetailName />
- <CheckBox>
- <Value />
- </CheckBox>
</Detail>
Description
- Check Box Detail
- DetailUIType: CheckBoxDetail
- The Value element is required.
- It must contain the value “Yes” or “No” or it will not be imported.
Detail Sample
- <Detail>
- <DetailTypeID>1017</DetailTypeID>
- <DisplayOrder>13</DisplayOrder>
- <DetailStep>5</DetailStep>
- <DetailSpan> No </DetailSpan>
- <DetailUIType> CheckBoxDetail </DetailUIType>
- <DetailName> Example Checkbox </DetailName>
- <CheckBox>
- <Value>Yes</Value>
- </CheckBox>
- </Detail