Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Using extension points to include access for specific groups in Workforce Optimization for ITSM manager workspace

Use scripted extension points to add access for managers to view assignment groups data other than the default groups that they manage in Workforce Optimization for ITSM manager workspace.

To see a list of extension points that you can use for Workforce Optimization for ITSM, navigate to System Extension Points > Scripted Extension Points. In the Extension Points list, open the sn_wfo_common.ApplicableGroupsDefinitionManager extension point.

Use scripted extension points to integrate customizations without altering the core components in the application code. When customizing a base application, you implement the scripted extension points by creating the custom script includes and registering them against the scripted extension points.

Extension point nameDescription
sn_wfo_common.ApplicableGroupsDefinitionManagerImplement this extension point to customize the logic to include access for managers to see assignment groups other than the default groups that they manage in the Workforce Optimization for ITSM manager workspace.

Parent Topic:Add or remove access to assignment groups in Workforce Optimization for ITSM manager workspace

Related topics

Using scripted extension points in server-side scripts