Add a related task

About this task

If you have created a new screen, you can add a new related task in the Related Tasks panel, which, when clicked, displays the corresponding screen.

Procedure

  1. Create an element, Tasks, as a child element of the Category root element.
  2. Create an element Task, as a child element of the Tasks element.
  3. Set the value of the corresponding Action XML attribute to ADD.
  4. Set the value of the TaskID XML attribute as required. This value acts as a unique identifier and resource identifier for the related task.
  5. Set the value of the TaskName XML attribute as required. This value indicates the bundle key of the related task that is displayed in the corresponding Related Tasks panel.
  6. Set the value of the PermissionID XML attribute as required. This indicates the resource that controls the permission to this task.
  7. Set the value of the ActionID XML attribute as required. This value indicates the action that will return the corresponding screen in which the related task can be performed.

    The related task is added to the related task category in the corresponding Related Tasks panel.