Details.CheckBoxListDetail

From ReliaWiki
Jump to navigation Jump to search

XML Element

<Detail>

<DetailTypeID />
<DisplayOrder />
<DetailStep />
<DetailSpan />
<DetailUIType />
<DetailName />
<CheckBoxLists>
<CheckBoxList>
<SelectedValue>
<Issue IssueTypeID=>
<Description/>
<Issue>
<SelectedValue>
<Value>
<DateChecked>
<Year/>
<Month/>
<Day/>
<Hour/>
<Second/>
<FormattedDate/>
<DateChecked>
<CheckBoxList>
<CheckBoxLists>

</Detail>



Description

  • Select List, Checkbox Options, Multiple Detail
  • DetailUIType: CheckBoxListDetail
  • The CheckboxLists element is required and must contain one or more CheckBoxList element.
  • The CheckBoxList has the following elements:
    • The SelectedValue element is required and must contain an existing valid issue.
    • If InsertDetailIssues import configuration is enabled and no existing Issue is matched, a new Issue will be inserted.
    • The Value element is optional. If present, its value must be “On” or “Off”.
    • The DateChecked element is required if the Value element’s value contains “On”, otherwise it is not imported. If present, its value must be a valid date.

Detail Sample

<Detail>
<DetailTypeID>1003</DetailTypeID>
<DisplayOrder>9</DisplayOrder>
<DetailStep>5</DetailStep>
<DetailSpan> No </DetailSpan>
<DetailUIType> CheckBoxListDetail </DetailUIType>
<DetailName> Example Check Box List </DetailName>
<CheckBoxLists>
<CheckBoxList>
<SelectedValue>
<Issue> IssueTypeID = "150" >
T1
<Description> Item 1 <Description>
<Issue>
<SelectedValue>
<Value> <On> <Value>
<DateChecked>
<Year>2013</Year>
<Month>8</Month>
<Day>7</Day>
<Hour>10</Hour>
<Minute>1</Minute>
<Second>0</Second>
<FormattedDate> 08/07/2013 10:01 PM <FormattedDate>
<DateChecked>
<CheckBoxList>
<CheckBoxList>
<SelectedValue>
<Issue> IssueTypeID = "150" >
T2
<Description> Item 2 <Description>
<Issue>
<SelectedValue>
<Value> <Off> <Value>
<DateChecked>
<CheckBoxList>
<CheckBoxLists>
</Detail