After upgrading to SDM 17.5, the "Support Automation" tab remains visible and accessible in custom user roles, even though the Support Automation feature has been discontinued and removed from the product.
SDM 17.5 (upgraded from 17.4.x)
The upgrade process automatically removes the Support Automation tab from out-of-the-box (OOTB) roles. However, the upgrade process does not modify custom roles to ensure that custom configurations are preserved. As a result, references to the Support Automation tab persist in the usp_role_tab table for custom roles.
Note: Take a backup of the usp_role_tab table prior any update/delete SQL query.
To remove the Support Automation tab from custom roles, you must manually remove the corresponding records from the usp_role_tab table.
usp_role_tab table.usp_role_tab for the affected custom roles.pdm_load or direct database queries to remove the specific rows linked to the Support Automation tab for these roles.