Table of Contents

Search

  1. Preface
  2. Introduction
  3. Configuring the Data Director Application
  4. Establishing a Root Node
  5. Defining the Business Entity Model
  6. Configuring Business Entity Properties
  7. Configuring Reference Entity Properties
  8. Transforming Business Entities and Views
  9. Managing Many-to-Many Relationships
  10. Configuring Search
  11. Configuring Workflow Tasks and Triggers
  12. Configuring Security and Data Filters for Business Entities
  13. Integrating Data as a Service
  14. Configuring External Calls
  15. Designing the Data Director User Interface
  16. Localizing Data Director
  17. Provisioning Tool Frequently Asked Questions

Configuring Task Templates

Configuring Task Templates

To configure a task template, set the default task properties. When tasks are created, the task template establishes such task properties as the task title, due date, and priority.
  1. Click
    Business Entity
    Tasks
    .
  2. In the Tasks panel, select
    Templates
    , and then click
    Create
    .
  3. In the properties panel, enter the template properties.
    1. In the
      Name
      field, enter the template name.
    2. In the
      Title
      field, enter the title format for task title.
      Title Example 1
      You want the task title to be
      <business entity name>: <source record display name><source record row ID> merges to <target record display name><target record row ID>
      .
      Enter the following value for title:
      Merge {taskRecord[1].label} into {taskRecord[0].label}
      .
      Where
      • taskRecord[N]
        is the (N+1)
        th
        business entity node in the TaskData.getTaskRecords() list
      • taskRecord[1]
        is the source record
      • taskRecord[0]
        is the target record
      • label
        is the value of the task format in the business entity label format configuration.
      Title Example 2
      You want the task title to be
      Review changes in <record label>
      .
      Enter the following value for title:
      Review changes in {taskRecord[0].label}
      .
      Where
      • taskRecord[0]
        is the target record.
      • label
        is the value of the task format in the business entity label format configuration.
    3. Select a task priority.
      The following table describes the possible task priorities:
      Priority
      Description
      HIGH
      The task has a high priority.
      NORMAL
      The task has a medium priority. Default is NORMAL.
      LOW
      The task has a low priority.
    4. In the
      Due Date
      field, enter the amount of time from the day that the task is created that the task is due.
      The following table describes the due date syntax:
      Type of Parameter
      Description
      Values
      sign
      Determines if the due date is set to a date after the task is created or before the task is created.
      If
      +
      , the due date is determined by adding time to the date the task is triggered.
      If
      -
      , the due date is determined by subtracting time from the date the task is triggered.
      number
      The amount of units to add or subtract from the current date when establishing the due date.
      Any integer value.
      unit
      The number of days, weeks, or months that the due date is from the date the task is triggered.
      If
      d
      , the specified number of days determines the due date.
      If
      w
      , the specified number of weeks determines the due date.
      If
      m
      , the specified number of months determines the due date.
    5. Optional: In the
      Comment
      field, enter the text that populates the task comment field.
    6. Optional: In the
      Status
      field, select the status of the task.
      The following table describes the possible task statuses:
      Status
      Description
      OPEN
      The task status is Open. Default is OPEN.
      CLOSED
      The task status is Closed.
  4. Click
    Apply
    .

0 COMMENTS

We’d like to hear from you!