Actions: 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|Import Types|Import Types}}
#REDIRECT[[XFRACAS_XML_Import_Documentation]]
===XML Elements===
*[[Actions Element|Actions]]
*[[Actions.Action|Action]]
**[[Actions.ActionType|ActionType]]
**[[Actions.AssignedID|AssignedID]]
**[[Actions.ActionDescription|ActionDescription]]
**[[Actions.DueDate|DueDate]]
**[[Actions.ActionOwner|ActionOwner]]
**[[Actions.StartDate|StartDate]]
**[[Actions.Creator|Creator]]
 
 
===Actions Sample===
:<font color=blue><!—</font>{{APIComment|The Actions element is optional and may contain zero or more Action elements.}}
:{{Template:XFRACAS.Blue|<[[Actions Element|Actions]]>}}
::<font color=blue><!—</font>{{APIComment|The ActionType Element is required.}}
::<font color=blue><!—</font>{{APIComment|An action will be updated if its ActionID matches an original ActionID and if any of the following values differ from the original: ActionType, ActionDescription, ActionResult, DueDate, Owner, StartDate, CompleteDate, SentEmailNoticeDate, Creator. If the ActionID does not match an original ActionID, UpdateOnly is disabled and the action will be inserted if it is valid.}}
::{{Template:XFRACAS.Blue|<[[Actions.Action|'''Action''']]>}}
:::<font color=Blue><ActionID></font>2<font color=Blue></ActionID></font>
:::<font color=blue><!—</font>{{APIComment|The ActionType Element is required and must contain either an ActionTypeID or Description element.}}
:::<font color=blue><!—</font>{{APIComment|The combination of the ActionTypeID and/or Description values must match an existing Action Type.}}
:::{{Template:XFRACAS.Blue|<[[Actions.ActionType|'''ActionType''']]>}}
::::<font color=Blue><ActionTypeID></font>8<font color=Blue></ActionTypeID></font>
::::{{Template:XFRACAS.Blue|<Description>}}{{Template:XFRACAS.Black|Incident Action}}{{Template:XFRACAS.Blue|</Description>}}
:::{{Template:XFRACAS.Blue|</[[Actions.ActionType|'''ActionType''']]>}}
:::{{Template:XFRACAS.Blue|<AssignedType>}}
::::<font color=Blue><AssignedID></font>1<font color=Blue></AssignedID></font>
::::{{Template:XFRACAS.Blue|<Description>}}{{Template:XFRACAS.Black|Incident}}{{Template:XFRACAS.Blue|</Description>}}
:::{{Template:XFRACAS.Blue|</AssignedType>}}
:::<font color=blue><!—</font>{{APIComment|The ActionDescription element is required. A maximum of 1000 characters is allowed.}}
:::{{Template:XFRACAS.Blue|<[[Actions.ActionDescription|'''ActionDescription''']]>}}{{Template:XFRACAS.Black|Test Action}}{{Template:XFRACAS.Blue|</ActionDescription>}}
:::<font color=blue><!—</font>{{APIComment|The ActionResult is optional. A maximum of 1000 characters is allowed.}}
:::{{Template:XFRACAS.Blue|<ActionResult>}}{{Template:XFRACAS.Black|action results here}}{{Template:XFRACAS.Blue|</ActionResult>}}
:::<font color=blue><!—</font>{{APIComment|DueDate is required and must contain a [[Valid Date]]}}
:::{{Template:XFRACAS.Blue|<[[Actions.DueDate|'''DueDate''']]>}}
::::'''<font color=Blue><Year></font>2013<font color=Blue></Year></font>'''
::::'''<font color=Blue><Month></font>8<font color=Blue></Month></font>'''
::::'''<font color=Blue><Day></font>9<font color=Blue></Day></font>'''
::::<font color=Blue><Hour></font>7<font color=Blue></Hour></font>
::::<font color=Blue><Minute></font>0<font color=Blue></Minute></font>
::::<font color=Blue><Second></font>0<font color=Blue></Second></font>
::::{{Template:XFRACAS.Blue|<FormattedDate>}}{{Template:XFRACAS.Black|08/09/2013 12:00 AM}}{{Template:XFRACAS.Blue|</FormattedDate>}}
:::{{Template:XFRACAS.Blue|</[[Actions.DueDate|DueDate]]>}}
:::<font color=blue><!—</font>{{APIComment|ActionOwner is required and the Login element must contain a [[Valid User]]}}
:::{{Template:XFRACAS.Blue|<ActionOwner>}}
::::<font color=Blue><FirstName></font><font color=black>Joe</font><font color=Blue></FirstName></font>
::::<font color=Blue><MiddleName></font><font color=black>Isa</font><font color=Blue></MiddleName></font>
::::<font color=Blue><LastName></font><font color=black>User</font><font color=Blue></LastName></font>
::::'''<font color=Blue><Login></font><font color=black>juser</font><font color=Blue></Login></font>'''
:::{{Template:XFRACAS.Blue|</[Actions.ActionOwner|'''ActionOwner''']]>}}
:::<font color=blue><!—</font>{{APIComment|StartDate is required and must contain a [[Valid Date]]}}
:::{{Template:XFRACAS.Blue|<[[Actions.StartDate|'''StartDate''']]>}}
::::'''<font color=Blue><Year></font>2013<font color=Blue></Year></font>'''
::::'''<font color=Blue><Month></font>8<font color=Blue></Month></font>'''
::::'''<font color=Blue><Day></font>1<font color=Blue></Day></font>'''
::::<font color=Blue><Hour></font>22<font color=Blue></Hour></font>
::::<font color=Blue><Minute></font>45<font color=Blue></Minute></font>
::::<font color=Blue><Second></font>7<font color=Blue></Second></font>
::::{{Template:XFRACAS.Blue|<FormattedDate>}}{{Template:XFRACAS.Black|08/01/2013 03:45 PM}}{{Template:XFRACAS.Blue|</FormattedDate>}}
:::{{Template:XFRACAS.Blue|</[[Actions.StartDate|'''StartDate''']]>}}
:::<font color=blue><!—</font>{{APIComment|CompleteDate is required and must contain a [[Valid Date]]}}
:::{{Template:XFRACAS.Blue|<CompleteDate>}}
::::'''<font color=Blue><Year></font>2013<font color=Blue></Year></font>'''
::::'''<font color=Blue><Month></font>8<font color=Blue></Month></font>'''
::::'''<font color=Blue><Day></font>1<font color=Blue></Day></font>'''
::::<font color=Blue><Hour></font>22<font color=Blue></Hour></font>
::::<font color=Blue><Minute></font>46<font color=Blue></Minute></font>
::::<font color=Blue><Second></font>8<font color=Blue></Second></font>
::::{{Template:XFRACAS.Blue|<FormattedDate>>}}{{Template:XFRACAS.Black|08/01/2013 03:46 PM}}{{Template:XFRACAS.Blue|</FormattedDate>}}
:::{{Template:XFRACAS.Blue|</CompleteDate>}}
:::<font color=blue><!—</font>{{APIComment|SentEmailNoticeDate is optional and, if present, must contain a [[Valid Date]]}}
:::{{Template:XFRACAS.Blue|<SentEmailNoticeDate>}}
::::'''<font color=Blue><Year></font>2013<font color=Blue></Year></font>'''
::::'''<font color=Blue><Month></font>8<font color=Blue></Month></font>'''
::::'''<font color=Blue><Day></font>1<font color=Blue></Day></font>'''
::::<font color=Blue><Hour></font>22<font color=Blue></Hour></font>
::::<font color=Blue><Minute></font>46<font color=Blue></Minute></font>
::::<font color=Blue><Second></font>8<font color=Blue></Second></font>
::::{{Template:XFRACAS.Blue|<FormattedDate>>}}{{Template:XFRACAS.Black|08/01/2013 03:46 PM}}{{Template:XFRACAS.Blue|</FormattedDate>}}
:::{{Template:XFRACAS.Blue|</SentEmailNoticeDate>}}
:::<font color=blue><!—</font>{{APIComment|The Creator element is required and, if present, must contain a [[Valid User]]}}
:::{{Template:XFRACAS.Blue|<[[Actions.Creator|'''Creator''']]>}}
::::<font color=Blue><FirstName></font><font color=black>Sam</font><font color=Blue></FirstName></font>
::::<font color=Blue><MiddleName></font><font color=black>Isa</font><font color=Blue></MiddleName></font>
::::<font color=Blue><LastName></font><font color=black>User</font><font color=Blue></LastName></font>
::::'''<font color=Blue><Login></font><font color=black>suser</font><font color=Blue></Login></font>'''
:::{{Template:XFRACAS.Blue|</[[Actions.Creator|'''Creator''']]>}}
:::{{Template:XFRACAS.Blue|<Details />}}
::{{Template:XFRACAS.Blue|</[[Actions.Action|Action]]>}}
:{{Template:XFRACAS.Blue|</[[Actions Element|Actions]]>}}

Latest revision as of 16:08, 28 July 2015