We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How do I add a tab onto a vendor

joshmorris
Tera Guru

How do I add a tab onto the vendor page within vendor management workspace?

4 REPLIES 4

Omkar Kumbhar
Mega Sage

Hello @joshmorris ,

Please check out this link which might be helpful to create tab on workspace.

https://www.servicenow.com/community/developer-forum/how-can-we-add-the-new-tab-on-agent-workspace/m...

https://www.youtube.com/watch?v=YKHqQ7Rm-Wo

 

Thank you,

Omkar

If I was able to help you with your case, please click the Thumb Icon and mark as Correct.
This video will assist you to config tab items to generate records. GitHub Link To Import Changes: https://github.com/ServiceNowTechnologyNikhil/Cafeteria-Management-Servicenow/tree/sn_instances/dev260974 Tab Config JSON --------------- { "contextual": [ "record" ], "newTabMenu": [ { "label": { ...

Dr Atul G- LNG
Tera Patron

HI @joshmorris 

 

Can you provide a screenshot to understand exactly what and where you need the tab.

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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

joshmorris_0-1734616002212.png

I would like it to be a tab on the dropdown when clicking 'more'

Hi @joshmorris 

 

https://www.youtube.com/watch?v=3V8yWfdAf48

 

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************
I will show the steps to create custom tabs on record page.