Incident.SystemStatus: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Redirected page to XFRACAS XML Import Documentation)
 
Line 1: Line 1:
{{Template:XFRACAS.XML.Import.Doc.Class|Incident|Incident}}
#REDIRECT[[XFRACAS_XML_Import_Documentation]]
===XML Element===
<SystemStatus>
:    <Issue IssueTypeID=”14” >
::        <Code />
::        <Description />
:    </Issue>
::    <Date>
::      <Year />
::      <Month />
::      <Day />
::      <Hour />
::      <Minute />
::      <Second />
::      <FormattedDate />
:    </Date>
:    <UpdatedBy />
:    <Retired />
</SystemStatus>
 
 
===Description===
* The SystemStatus element is optional. The SystemStatus element must contain an existing valid Issue element with an IssueTypeID equal to 14 (Incident System Status) and a valid Date element. If the InsertIncidentIssues setting is enabled and an existing issue is not found, a new issue will be inserted.
 
* The Retired element is optional. If present, it must contain a “Yes” or “No” value. If a value is not 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.
 
Update: Updated system statuses that are valid and differ from an original system status will be inserted and the corresponding original system status will be retired. Original system statuses that are not present in the updated system statuses will be retired. There can be only one current system status.

Latest revision as of 16:01, 28 July 2015