Details.CheckBoxListDetail: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "Details.CheckBoxListDetail" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
No edit summary
Line 1: Line 1:
{{Template:XFRACAS.XML.Import.Doc.Class|Details|Details}}
{{Template:XFRACAS.XML.Import.Doc.Class|Insert Details|Insert Details}}
===XML Element===
===XML Element===
<Detail>
<Detail>
Line 33: Line 33:


===Description===
===Description===
*Select List, Checkbox Options, Multiple Detail
* DetailUIType: CheckBoxListDetail
* The CheckboxLists element is required and must contain one or more CheckBoxList element.  
* The CheckboxLists element is required and must contain one or more CheckBoxList element.  


* The CheckBoxList has the following elements:
* The CheckBoxList has the following elements:
** The SelectedValue element is required and must contain an existing valid issue.  
** 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 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.
** 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.

Revision as of 19:08, 19 September 2014

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>  <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