Actions

From ReliaWiki
Revision as of 16:22, 27 September 2013 by John Leavitt (talk | contribs) (Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Import Types|Import Types}} ===XML Elements=== *Actions *Action **ActionType…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

XML Elements


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>