You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

In SimpleOne, the Task table is one of the basic tables of the system. It is not used on its own. The table provides a set of columns as a basis for child tables, i.e., tables extended from the Task table. The extended tables (child tables) inherit the fields and adjust them to the specific processes using column override.

SimpleOne provides the following set of child tables:

  • ITSM Tasks (itsm_task)
  • Incident (itsm_incident)
  • Inquiries (itsm_inquiry)
  • Requests (itsm_request)
  • Problems (itsm_problem)
  • Change Requests (itsm_change_request).

Changes applied to the Task table will affect its child tables. Make sure that the changes do not cause malfunction in the child tables. Use column override to modify the parent and child tables.

The out-of-the-box Task table has the following fields:

Task table fields

FieldColumn TypeDescription

Number

StringTask number. This field should have the TSKXXXXXXX format. It is filled automatically.
CallerReferenceThe originator of the task.
CompanyReferenceThe company to which the task is related.
ServiceReferenceThe service to which the task is related.
Assignment GroupReferenceResponsible group to work on the task.
Assigned UserReferenceResponsible person to work on the task.
State

This field displays the work state and progress. Available options:

  • Draft
  • Registered
  • Open
  • In Progress
  • Ready for deploy
  • Ready for Test
  • Closed Incomplete
  • Closed Complete
  • Cancelled.
ImpactChoice

The measure of effect caused by the issue impacts the business processes. Available options:

  1. Low
  2. Medium
  3. High
  4. Very High.
UrgencyChoice

The measure of time until the issue impacts the business. Available options:

  1. Low
  2. Medium
  3. High
  4. Very High.
PriorityChoice

The importance of the task. Available options:

  1. Low
  2. Moderate
  3. High
  4. Critical.
Opened byReferenceThe user who initiated the task.
SubjectTextBrief description of the task.
DescriptionTextDetailed description of the task.
Additional CommentsJournal Input

Comment with some additional information about the task. Additional comments have the purple marking.

Additional сomments are displayed on the portal page in the task record. When a comment is added, the involved users (caller, assigned group/assigned user) receive a notification.

Work NotesJournal Input

Notes with the information about working on the issue. Work notes have the black marking.

Work notes are available only for the responsible users in the agent interface. When a work note is added, the responsible users receive a notification.

ActiveTrue/FalseSelect this checkbox to make the table active or inactive.
ApprovalChoice

Approval state. Available options:

  • Not Requested
  • Requested
  • Approved
  • Denied
Attention RequiredTrue/FalseThis checkbox defines whether to notify the line manager of the assigned group/assigned user.
CommentsTextA text field for storing comments regarding the task.
ContactListA person from the users list to contact with.
Due dateDate/TimeDate and time by which the task should be completed.
Followers ListListUsers list who follow the task for tracking updates.
ScreenshotImageAttached file.
Short DescriptionStringBrief description of the task.
SLA DueDate/TimeDate and time by which the service level agreement should be reached.
Wf Executing ActivityReferenceWorkflow activity which initiated creation of the task record. This field is populated automatically if the workflow inserts the current record.

See the Column Types article to learn more.

You can create other tables extended from the Task table to meet your business needs. See the following articles to configure your own table extended from Task.


  • No labels