Incident.ReportType: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Incident|Incident}} ===XML Element=== <ReportType> : <StatusDescription :: <Issue IssueTypeID=”38” > ::: <Code /> ::: <…')
 
No edit summary
Line 28: Line 28:
* The Date element is requires and must contain a valid date.
* The Date element is requires and must contain a valid date.


* The Retired element is optional. If present it must contain a “Yes” or “No” value. If no value is present the default value will be “No”
* The Retired element is optional. If present, it must contain a “Yes” or “No” value. If no value is present, the default value will be “No”.


* The UpdatedBy element is optional. If present it must contain a Login element that matches an existing valid User. If not present then the user doing the import will be used.
* The UpdatedBy element is optional. If present, it must contain a Login element that matches an existing valid User. If not present, then the user doing the import will be used.

Revision as of 17:34, 22 October 2013

XML Element

<ReportType>

<StatusDescription
<Issue IssueTypeID=”38” >
<Description />
</Issue>
</StatusDescription>
<Date />
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</Date>
<Retired />
<UpdatedBy />

</ReportType>


Description

  • At least one ReportType element is required. The ReportType element must contain an existing valid Issue element with an IssueTypeID equal to 38 (Incident Report Type).
  • The Date element is requires and must contain a valid date.
  • The Retired element is optional. If present, it must contain a “Yes” or “No” value. If no value is present, the default value will be “No”.
  • The UpdatedBy element is optional. If present, it must contain a Login element that matches an existing valid User. If not present, then the user doing the import will be used.