Details.CheckBoxListDetail: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "Details.CheckBoxListDetail" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
(No difference)

Revision as of 18:20, 4 December 2013

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

  • 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.
    • 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>  <9>  <Month> 
              <Day>  <17>  <Day> 
              <Hour>  <18>  <Hour> 
              <Minute>  <41>  <Minute> 
              <Second>  <37>  <Second> 
              <FormattedDate>  <09/17/2013 11:41 AM>  <FormattedDate> 
           <DateChecked> 
          <CheckBoxList> 
          <CheckBoxList> 
           <SelectedValue> 
            <Issue>  IssueTypeID = "150"  > 
                T2   
              <Description>  Item 2  <Description> 
            <Issue> 
           <SelectedValue> 
           <Value>  <Off>  <Value> 
           <DateChecked> 
          <CheckBoxList> 
        <CheckBoxLists> 
      </Detail