|
|
(9 intermediate revisions by one other user not shown) |
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.DueDate|DueDate]]
| |
| *[[Actions.ActionOwner|ActionOwner]]
| |
| **[[Actions.StartDate|StartDate]]
| |
| **[[Actions.AssignedID |AssignedID ]]
| |
| **[[Actions.Creator|Creator]]
| |
| | |
| | |
| | |
| ===Actions Sample===
| |
| <Actions>
| |
| <Action>
| |
| <ActionID>2</ActionID>
| |
| <ActionType>
| |
| <ActionTypeID>8</ActionTypeID>
| |
| <Description>Incident Action</Description>
| |
| </ActionType>
| |
| <AssignedType>
| |
| <AssignedID>1</AssignedID>
| |
| <Description>Incident</Description>
| |
| </AssignedType>
| |
| <ActionDescription>Test Action</ActionDescription>
| |
| <ActionResult>action results here</ActionResult>
| |
| <DueDate>
| |
| <Year>2013</Year>
| |
| <Month>8</Month>
| |
| <Day>9</Day>
| |
| <Hour>7</Hour>
| |
| <Minute>0</Minute>
| |
| <Second>0</Second>
| |
| <FormattedDate>08/09/2013 12:00 AM</FormattedDate>
| |
| </DueDate>
| |
| <ActionOwner>
| |
| <FirstName>Joe</FirstName>
| |
| <LastName>User</LastName>
| |
| <Login>JUSER</Login>
| |
| </ActionOwner>
| |
| <StartDate>
| |
| <Year>2013</Year>
| |
| <Month>8</Month>
| |
| <Day>1</Day>
| |
| <Hour>22</Hour>
| |
| <Minute>45</Minute>
| |
| <Second>7</Second>
| |
| <FormattedDate>08/01/2013 03:45 PM</FormattedDate>
| |
| </StartDate>
| |
| <CompleteDate>
| |
| <Year>2013</Year>
| |
| <Month>8</Month>
| |
| <Day>1</Day>
| |
| <Hour>22</Hour>
| |
| <Minute>46</Minute>
| |
| <Second>8</Second>
| |
| <FormattedDate>08/01/2013 03:46 PM</FormattedDate>
| |
| </CompleteDate>
| |
| <SentEmailNoticeDate />
| |
| <Creator>
| |
| <FirstName>Sam</FirstName>
| |
| <LastName>User</LastName>
| |
| <Login>SUSER</Login>
| |
| </Creator>
| |
| <Details />
| |
| </Action>
| |
| </Actions>
| |