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

How to hide modal popup window in MRVS?

Jaya Srivastava
Tera Contributor

Hello Everyone,

I want to Hide the Add Row modal popup window which appears after pressing the add button in MRVS. I want that after pressing add button on MRVS it should directly add the row in MRVS without opening another window to fill the fields. Please give the required solution.

Thankyou. 

1 ACCEPTED SOLUTION

Hey,

Didn't hear back on this.

Is your issue resolved? If yes, feel free to mark helpful/correct, so it will be helpful for others looking for similar query.

Best Regards
Aman Kumar

View solution in original post

7 REPLIES 7

Hello,

Yes MRVS should auto-populate. User will give one id and will press the add button which will fetch the data from another tool based on the script written for that. In short I want to link add button with a script with the help of which the fields should auto-populate.  

Hi,

then how are you auto-populating it currently?

I could see you have marked response as correct for this question.

Can you help knowing which approach did you take?

Regards
Ankur

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

Hello Ankur,

There are two approach...either u can create a UI page or in MRVS disable the add button and create a new button with the help of widget and add the rows in MRVS with the help of widget button. These things we are trying but haven't completed yet.

Thankyou.