Actions.Action: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "Actions.Action" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
Line 64: Line 64:


===Description===
===Description===
* The ActionType Element is required. Must match an existing action type.
* The ActionType Element is required and must contain either an ActionTypeID or Description element.
The combination of the ActionTypeID and/or Description values must match an existing Action Type.
Standard Action Types:
 


  Standard Action Types:
  Standard Action Types:
Line 81: Line 84:




* The AssignedID element is required.  
* The AssignedType element is optional. Export only.
** The assigned ID must match an existing type that can contain actions. The description element is not used on the import. 


  Assigned Types (Admin Issues):
* The ActionDescription element is required. Maximum of 2000 characters allowed.
'''ID  ''' '''Description ''' (All codes are NULL)
1      Incident
2      Problem
116 Action
117 Customer
118 Failure Analysis
119 Serial
120 Project


* The ActionDescription element is required.
* The ActionResult element is optional. Maximum of 2000 characters allowed.
 
* The ActionResult element is optional.


* The DueDate element is required and must contain a valid date.
* The DueDate element is required and must contain a valid date.
Line 104: Line 96:
* The StartDate element is required and must contain a valid date.
* The StartDate element is required and must contain a valid date.


* The CompletedDate element is optional and if present, must contain a valid date.  
* The CompletedDate element is optional and, if present, must contain a valid date.  


* The SentEmailNotice element is optional and if present, must contain a valid date.  
* The SentEmailNotice element is optional and, if present, must contain a valid date.  


* The Creator element is required. The Login element value must match an existing valid user.
* The Creator element is required. The Login element value must match an existing valid user.
Update (Incident): 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.

Revision as of 01:03, 19 September 2014

XML Element

<Action>

<ActionType>
<ActionTypeID />
<Description />
</ActionType>
<AssignedType>
<AssignedID />
<Description />
</AssignedType>
<ActionDescription />
<ActionResult />
<DueDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</DueDate>
<ActionOwner>
<FirstName />
<LastName />
<Login />
</ActionOwner>
<StartDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</StartDate>
<CompleteDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
</CompleteDate>
<SentEmailNoticeDate>
<Year />
<Month />
<Day />
<Hour />
<Minute />
<Second />
<FormattedDate />
<SentEmailNoticeDate>
<Creator>
<FirstName />
<LastName />
<Login />
</Creator>
<Details />

</Action>


Description

  • The ActionType Element is required and must contain either an ActionTypeID or Description element.

The combination of the ActionTypeID and/or Description values must match an existing Action Type. Standard Action Types:


Standard Action Types:
 ID      Description
 1      Problem Description
 2      Containment Description
 3      Root Cause Analysis
 4      Root Cause Verification
 5       Corrective
 6       Implementation
 7       Prevent Recurrence
 8       Incident Action
 9       Project Action
 10     Failure Analysis Action
 11     CSI Action


  • The AssignedType element is optional. Export only.
  • The ActionDescription element is required. Maximum of 2000 characters allowed.
  • The ActionResult element is optional. Maximum of 2000 characters allowed.
  • The DueDate element is required and must contain a valid date.
  • The ActionOwner element is required. The Login element value must match an existing valid user.
  • The StartDate element is required and must contain a valid date.
  • The CompletedDate element is optional and, if present, must contain a valid date.
  • The SentEmailNotice element is optional and, if present, must contain a valid date.
  • The Creator element is required. The Login element value must match an existing valid user.

Update (Incident): 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.