|
|
Line 1: |
Line 1: |
| {{Template:XFRACAS.XML.Import.Doc.Class|Actions|Actions}} | | {{Template:XFRACAS.XML.Import.Doc.Class|Actions|Actions}} |
| ===XML Element=== | | ===XML Element=== |
| <[[Actions.Action|'''Action''']]>
| |
| : <[[Actions.ActionType|'''ActionType''']]> | | : <[[Actions.ActionType|'''ActionType''']]> |
| :: <ActionTypeID /> | | :: <ActionTypeID /> |
| :: <Description /> | | :: <Description /> |
| : </[[Actions.ActionType|'''ActionType''']]> | | : </[[Actions.ActionType|'''ActionType''']]> |
| : <AssignedType>
| |
| :: <[[Actions.AssignedID|AssignedID]] />
| |
| :: <Description />
| |
| : </AssignedType>
| |
| : <[[Actions.ActionDescription|ActionDescription]] />
| |
| : <ActionResult />
| |
| : <[[Actions.DueDate|DueDate]]>
| |
| :: <Year />
| |
| :: <Month />
| |
| :: <Day />
| |
| :: <Hour />
| |
| :: <Minute />
| |
| :: <Second />
| |
| :: <FormattedDate />
| |
| : </[[Actions.DueDate|DueDate]]>
| |
| : <[[Actions.ActionOwner|ActionOwner]]>
| |
| :: <FirstName />
| |
| :: <LastName />
| |
| ::: <Login />
| |
| :: </ActionOwner>
| |
| :: <[[Actions.StartDate|StartDate]]>
| |
| ::: <Year />
| |
| ::: <Month />
| |
| ::: <Day />
| |
| ::: <Hour />
| |
| ::: <Minute />
| |
| ::: <Second />
| |
| ::: <FormattedDate />
| |
| :: </[[Actions.StartDate|StartDate]]>
| |
| :: <CompleteDate>
| |
| ::: <Year />
| |
| ::: <Month />
| |
| ::: <Day />
| |
| ::: <Hour />
| |
| ::: <Minute />
| |
| ::: <Second />
| |
| ::: <FormattedDate />
| |
| :: </CompleteDate>
| |
| :: <SentEmailNoticeDate>
| |
| ::: <Year />
| |
| ::: <Month />
| |
| ::: <Day />
| |
| ::: <Hour />
| |
| ::: <Minute />
| |
| ::: <Second />
| |
| ::: <FormattedDate />
| |
| :: <SentEmailNoticeDate>
| |
| :: <[[Actions.Creator|Creator]]>
| |
| ::: <FirstName />
| |
| ::: <LastName />
| |
| ::: <Login />
| |
| :: </[[Actions.Creator|Creator]]>
| |
| : <Details />
| |
| </[[Actions.Action|Action]]>
| |
|
| |
|
| |
|
|
| |
|
Line 79: |
Line 23: |
| 10 Failure Analysis Action | | 10 Failure Analysis Action |
| 11 CSI Action | | 11 CSI Action |
|
| |
|
| |
| * The AssignedID element is required.
| |
| ** 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):
| |
| '''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.
| |
|
| |
| * 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.
| |
XML Element
- <ActionType>
- <ActionTypeID />
- <Description />
- </ActionType>
Description
- The ActionType Element is required. Must match an existing action type.
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