Template:IncidentCargo: Difference between revisions

Schang1146 (talk | contribs)
Edit StartDate and EndDate types
Schang1146 (talk | contribs)
Set fields to optional; Allows more entry level users to create Incidents
Line 7: Line 7:
: '''StartDate:''' (Optional) Start date of incident
: '''StartDate:''' (Optional) Start date of incident
: '''EndDate:''' (Optional) End date of incident
: '''EndDate:''' (Optional) End date of incident
: '''Status:''' (Mandatory) Status of the incident (Active, Pending Resolution, Resolved)
: '''Status:''' (Optional) Status of the incident (Active, Pending Resolution, Resolved)
: '''ProductLine:''' (Optional) Related product line pages
: '''ProductLine:''' (Optional) Related product line pages
: '''Product:''' (Optional) Related product pages
: '''Product:''' (Optional) Related product pages
: '''ArticleType''' (Mandatory) Indicates whether or not the incident is related to a "Product" or "Service"
: '''ArticleType''' (Optional) Indicates whether or not the incident is related to a "Product" or "Service"
: '''Type:''' (Mandatory) Type of incident (e.g. Repairability, Privacy, etc.)
: '''Type:''' (Optional) Type of incident (e.g. Repairability, Privacy, etc.)
: '''Description:''' (Mandatory) Description of the incident in 150 characters or less
: '''Description:''' (Optional) Description of the incident in 150 characters or less


{{#cargo_declare:_table=Incident
{{#cargo_declare:_table=Incident
Line 18: Line 18:
| StartDate      = Start date
| StartDate      = Start date
| EndDate        = End date
| EndDate        = End date
| Status        = String (allowed values=Active,Pending Resolution,Resolved;mandatory)
| Status        = String (allowed values=Active,Pending Resolution,Resolved)
| ProductLine    = List (,) of Page
| ProductLine    = List (,) of Page
| Product        = List (,) of Page
| Product        = List (,) of Page
| ArticleType    = String (allowed values=Product,Service; mandatory)
| ArticleType    = String (allowed values=Product,Service)
| Type          = List (,) of String (mandatory)
| Type          = List (,) of String
| Description    = String (mandatory)
| Description    = String
}}
}}
</noinclude>
</noinclude>