Define the agent criteria for Universal Task

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • Define the criteria for an agent so that the agent can access the parent table for Universal Task. The default criteria is that agents must have write access to the parent table.

    Before you begin

    Role required: admin

    About this task

    By using an extension point, you can add more conditions for agents to qualify as Universal Task agents. If this extension point is not implemented, agents with write access to the parent table are treated as UT agents for the parent table by default.

    Procedure

    1. Navigate to All > System Extension Points > Scripted Extension Points.
    2. In the API name column, search for sn_uni_task.UniversalTaskParentAccess.
    3. To create an extension point script that defines the agent criteria for your service, click Create Implementations in the related link.
      To know more about extension points, see .
    4. Specify the criteria for an agent to have access to the parent table.
      For example, you might want to ensure that the agent belongs to a specific assignment group in addition to having write access for the parent table.