Issue Element: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
(Redirected page to XFRACAS XML Import Documentation)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template:XFRACAS.XML.Import.Doc.Class|Issue|Issue}}
#REDIRECT[[XFRACAS_XML_Import_Documentation]]
===XML Element===
<Issue>
:  <Code />
:  <[[Issue.Description|Description]]/>
:  <[[Issue.IssueType|IssueType]]>
::    <IssueTypeId />
::    <IssueTypeDescription />
:  </[[Issue.IssueType|IssueType]]>
:  <[[Issue.IssueDate|IssueDate]]>
::    <Year />
::  <Month />
::  <Day />
::  <Hour />
::  <Minute />
::  <Second />
::  <FormattedDate />
:    </[[Issue.IssueDate|IssueDate]]>
:  <Retired>
::    <Year />
::  <Month />
::  <Day />
::  <Hour />
::  <Minute />
::  <Second />
::  <FormattedDate />
: </Retired>
:  <Amount />
:  <Quantity />
</Issue>
 
 
 
 
===Description===
* The Code (String) element is optional.
* The Description (String) element is required.
* The IssueType element is required. It must contain an IssueTypeId and IssueTypeDescription elements that both match an existing issue type.
* The IssueDate element is required. If the date entered is not valid, the current date and time will be used. 
* The Retired element is optional. It must be a valid date.
* The IssueAmount (Decimal) element is optional.
* The IssueQuantity (Integer) element is optional.

Latest revision as of 16:20, 28 July 2015