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

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

@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  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

Dr Atul G- LNG
Tera Patron

Hi @miro2 

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

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

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

View solution in original post

8 REPLIES 8

Ankur Bawiskar
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  ||  10x 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

Hi @miro2 

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

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

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

@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.