Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to hide column in the MRVS?

miro2
Mega Sage

Hi,
Is there an OOB way to hide the column 'Number' in the MRVS?
I can hide it in the popup form but cannot hide it from the table.

miro2_0-1762424524546.pngmiro2_1-1762424545601.png

 

2 ACCEPTED SOLUTIONS

Ankur Bawiskar
Tera Patron
Tera Patron

@miro2 

not possible to hide the column where you want.

You can hide it when MRVS form loads.

You can try to use DOM manipulation but it's not recommended practice.

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

View solution in original post

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @miro2 

No, mate — this number actually shows the sequence and count, so it’s OOTB behavior.

*************************************************************************************************************
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]

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

View solution in original post

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

@miro2 

not possible to hide the column where you want.

You can hide it when MRVS form loads.

You can try to use DOM manipulation but it's not recommended practice.

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

@Ankur Bawiskarthanks for your reply. I've seen some posts about this, suggesting it might be a limitation in the current functionality. I don't want to change it using DOM manipulation.

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @miro2 

No, mate — this number actually shows the sequence and count, so it’s OOTB behavior.

*************************************************************************************************************
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]

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

@Dr Atul G- LNG Thanks for your reply , 'Number' is my custom variable, but it seems as a limitation in the current functionality to hide it.