- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2026 01:25 AM
Hi all,
In Source to pay(APO Module) workspace when we click on 'New' UI action a dialog window is opening with case type selection having more choices. Here i want to remove the other choices and only able to select Invoice case. Is there a way to do that? if anyone have worked on it kindly share your experience.
Thanks,
Rajender Reddy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2026 02:13 AM - edited 03-02-2026 03:27 AM
Hi @RajenderR
Navigate to sys_wizard_answer.LIST
Apply filter Question = Cases
Select the case type and update the roles such that it is only available for admins not for agents
Note: This script include is called to show the case types new sn_spend_workspace.InterceptorUtil().constructDataForLinkSet()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2026 02:01 AM
did you identify the Declarative action which is rendering this?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2026 02:13 AM - edited 03-02-2026 03:27 AM
Hi @RajenderR
Navigate to sys_wizard_answer.LIST
Apply filter Question = Cases
Select the case type and update the roles such that it is only available for admins not for agents
Note: This script include is called to show the case types new sn_spend_workspace.InterceptorUtil().constructDataForLinkSet()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2026 04:58 AM
Hi @Shruti ,
Thank you for your response. It helped me to fix what am looking for. Here i want to remove that choices for everyone so i just made them Inactive.
Much appreciate your inputs.
Thanks,
Rajender Reddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2026 02:19 AM
