Incident.SystemStatus: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Incident|Incident}} ===XML Element=== <SystemStatus> : <Issue IssueTypeID=”14” > :: <Code /> :: <Description /> : …') |
John Leavitt (talk | contribs) No edit summary |
||
Line 23: | Line 23: | ||
* 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. | * 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. | ||
* 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 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. | * 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:32, 22 October 2013
XML Element
<SystemStatus>
- <Issue IssueTypeID=”14” >
- <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.
- 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.