Not able to hide mrvs rows on RITM record
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 10:20 PM
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