How to Hide "Transfer Without Resolution" Option in Transfer UI Action for Universal Request

Saraswathi Devi
Tera Contributor

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!

1 ACCEPTED SOLUTION

Shruti
Mega Sage
Mega Sage

Hi,

Navigate to sys_choice.LIST

Shruti_0-1753708975063.png

Update Transfer without resolution to inactive "true"

View solution in original post

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Saraswathi Devi 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Shruti
Mega Sage
Mega Sage

Hi,

Navigate to sys_choice.LIST

Shruti_0-1753708975063.png

Update Transfer without resolution to inactive "true"