- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2025 05:38 AM
Hi Community,
I'm working with Universal Request in ServiceNow and looking to customize the Transfer UI action. Specifically, I want to hide or disable the "Transfer Without Resolution" option when transferring a Universal Request record.
Has anyone implemented this before? I'm looking for a way to do this either through a UI policy, UI action condition, or via script logic. Ideally, the option should not be available under any conditions.
Any guidance, script examples, or documentation references would be greatly appreciated.
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2025 06:23 AM
Hi,
Navigate to sys_choice.LIST
Update Transfer without resolution to inactive "true"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2025 06:23 AM
It seems that button calls an UI page and it has that choice value.
Simply identify that UI page and the HTML element and disable that
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2025 06:23 AM
Hi,
Navigate to sys_choice.LIST
Update Transfer without resolution to inactive "true"