Setting up Granular Delegation

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 2 minutes de lecture
  • Set up Granular Delegation so your employees can delegate their tasks to other employees.

    Configuration steps

    1. Activate Granular Delegation
    2. Define what tasks can be delegated by adding the table that holds the tasks: Add delegation rule tables
    3. For each delegation table: Create delegation rules
    4. Define the users that can delegate tasks and to whom they can be delegated: Create a delegate

    Installed with Granular Delegation

    Activate the Granular Delegation plugin (com.glide.granular_service_delegation) for the ServiceNow AI Platform if you have the admin role. For more information, see Activate Granular Delegation.

    Granular delegation has separate records for specifying a delegate and specifying what content the delegate can access. You create a Delegate record each time you want to delegate your service tasks to another user.

    Administrators create delegation rules to allow the delegation of specific records. Access Control Rules (ACLs) determine if a delegate can access the records that match the delegation rules assigned to them. Creating delegation rules requires an administrator to be familiar with the data model of the delegated services.

    Tableau 1. Roles installed
    Role Description Contains roles
    Delegation admin [delegation_admin] Manages granular delegation, setting up delegation rules. N/A
    User Criteria (user_criteria)
    Granular delegation can use the User Criteria (user_criteria) table to determine who can be a delegate or a delegator. For more information, see Create delegation rules.
    System properties
    The com.glide.delegation.default_days_since_update system property determines how many days to retain inactive delegation records for users or delegates. The default is seven (7) days and can be changed to a maximum of 30 days.
    Any delegate record that was created before the start date and hasn't been updated within the last seven days (or the value entered in the sys property) is not assigned to a delegate until the delegate record is updated. For example, approval tasks that were created before the number of days in the sys property are not visible to the assigned user. You can create a work note to update the delegate record to make the approval visible to the assigned user.
    Remarque :
    Changing the value in the sys property does not affect delegate records created before the original value entered.
    Scheduled jobs
    The Clean Granular Delegation Records scheduled job runs daily and deletes inactive delegation records based on the com.glide.delegation.default_days_since_update system property value.
    The Notify new delegates scheduled job runs every 10 minutes and triggers a notification to delegates that their delegation period is starting.