Hide variables on the list view of Multi Row Variable Set (MRVS) and Show on the form

Prerani L
Tera Contributor

Hello Community,

 

We have a catalog item which contains Multi-Row Variable Set. We are looking for an approach to hide the fields on the list view of MRVS and show on the form when Add button is clicked or dialogue box is opened up. 

We have used rich text variable and a string variable for different purposes and we wanna hide them on the list view as it doesn't serve the purpose to show on list view and confuses user.

Can someone please help.

 

Thanks,

Prerani

1 ACCEPTED SOLUTION

SumanthDosapati
Mega Sage
Mega Sage

@Prerani L 

 

Unfortunately that is not possible to do. You can remove them in both views but not possible to hide it on list alone before clicking the add button.

 

Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth

View solution in original post

3 REPLIES 3

SumanthDosapati
Mega Sage
Mega Sage

@Prerani L 

 

Unfortunately that is not possible to do. You can remove them in both views but not possible to hide it on list alone before clicking the add button.

 

Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth

Prerani L
Tera Contributor

@Sumanth

That is true, its not possible from what I have checked. But if there is any possible way through DOM or any other exceptional way. Please let me know!!!

Might be possible with DOM in a onLoad client script but not recommended approach and I haven't tried it.