Not able to hide mrvs rows on RITM record

srinath1391
Tera Contributor

Hello Team,

 

In mrvs adding multiple rows and after submission of ticket on ritm, need to hide from second row and want to show only 1st row , able to get mrvs data with below script but not able to hide. please help on this part.

Table: RITM

var mrvsfield =g_form.getValue('test');

var getV= JSON.parse(mrvsfield);

for(var i=1; i< getV.length; i++){

g_form.setDisplay(getV[i].users, false );

}

 

Thanks in advance.

 

 

 

 

0 REPLIES 0