Incident.Status: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Incident|Incident}} ===XML Element=== <Status> : <Issue IssueTypeID=”8”= > :: <Code /> :: <Description /> : </Issue> : <Date>…')
 
No edit summary
Line 24: Line 24:
* At least one Status element is required. The Status element must contain an existing Issue element with an IssueTypeID equal to 8 (Incident State) or 48 (Incident State Closed) and a valid Date element.  
* At least one Status element is required. The Status element must contain an existing Issue element with an IssueTypeID equal to 8 (Incident State) or 48 (Incident State Closed) and a valid Date element.  


* The Date element is required and must be valid date.
* The Date element is required and must be a valid date.


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


* The UpdatedBy element is optional. If present it must contain a Login element that matches an existing 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 user. If not present, then the user doing the import will be used.

Revision as of 17:10, 22 October 2013

XML Element

<Status>

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

</Status>


Description

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