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

Compare with Current View Page History

Version 1 Next »

In SimpleOne, the Task table is one of the basic tables of the system.

This table 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 inherit the fields and adjust them to the business needs 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).


Task table fields

FieldDescription

Number

Task number. This field should have the TSKXXXXXXX format. It is filled automatically.
CallerThe originator of the task.
CompanyThe company to which the task is related.
ServiceThe service to which the task is related.
Assignment GroupResponsible group to work on the task.
Assigned UserResponsible person to work on the task.
SubjectBrief description of the task.
DescriptionDetailed description of 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
  • Canceled.
Impact

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

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

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

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

The importance of the task. Available options:

  1. Low
  2. Moderate
  3. High
  4. Critical.
Opened byThe user who initiated the task.
Additional Comments

Comment with the additional information to a problem. Additional comments have the violet marking.

Work Notes

Notes with the information on working on the problem. Work Notes have the black marking.

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.

Creating a Table

Table Extension

Creating a Column

Column Overriding

State Flow Designer

  • No labels