Actions: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
**[[Actions.ActionOwner|ActionOwner]] | **[[Actions.ActionOwner|ActionOwner]] | ||
**[[Actions.StartDate|StartDate]] | **[[Actions.StartDate|StartDate]] | ||
**[[Actions.Creator|Creator]] | **[[Actions.Creator|Creator]] | ||
Revision as of 18:28, 27 September 2013
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> </[Actions.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>