Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to hide Add button in multi row variable set after the 2 entries

Shweta Kasbe1
Tera Contributor

How to hide(disable) Add button in multi row variable set after the 2 entries.Please guide me how can i achieve this.

I tried the below script it didn't worked.

   var my_var = g_form.getField("present_address");
my_var.max_rows_size = 0;

find_real_file.png

 

1 ACCEPTED SOLUTION

Hi,

you need to add here

find_real_file.png

Regards
Ankur

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

View solution in original post

10 REPLIES 10

@shweta Kasbe good to know you got it working. Something similar was proposed in my comments before. Not sure what was miss you was ignored.