Does anyone know how to configure the menu that appears when you click on a record from the related

kaushal_snow
Mega Sage

Hi @all 

 

Does anyone know how to configure the menu that appears when you click on a record from the related lists. When I click on a record from the related list, I want to see an custom option- for example, "ServiceNow ABC"--in the list menu. Does anyone know how to configure this? Thanks

#servicenow

 

kaushal_snow_0-1745491305871.png

 

Thanks and Regards,
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/
2 ACCEPTED SOLUTIONS

Ankur Bawiskar
Tera Patron
Tera Patron

@kaushal_snow 

those are the list context menus on Approval table

UI actions 

You can create a new one with "List Context Menu" - True

If you don't want to show it on normal approval list and only want to show in related list then add this in condition

RP.isRelatedList()

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

View solution in original post

@kaushal_snow 

Hope you are doing good.

Did my reply answer your question?

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

View solution in original post

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @kaushal_snow 

 

These are the UI actions and you need to create a new UI action for this:

 

https://www.servicenow.com/community/developer-forum/hiding-approve-reject-based-on-approval-state-q...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Ankur Bawiskar
Tera Patron
Tera Patron

@kaushal_snow 

those are the list context menus on Approval table

UI actions 

You can create a new one with "List Context Menu" - True

If you don't want to show it on normal approval list and only want to show in related list then add this in condition

RP.isRelatedList()

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

@kaushal_snow 

Hope you are doing good.

Did my reply answer your question?

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