Actions
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>