- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2019 09:29 PM
Hello All,
I have created one Multi Row Variable Set(MVRS) in my catalog item, OnLoad of the catalog form, I want to hide few variables on catalog form view but below two statements are not working
g_form.setDisplay("variable_name" , false)
g_form.setVisible("variable_name" , false)
Thanks
Solved! Go to Solution.
- Labels:
-
Field Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2019 11:58 PM
HI,
Please close this thread if i answered you question.
Thanks,
Ashutosh Munot

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2019 09:34 PM
HI,
Visible and display is not supported for Multi Row Variable set.
Comments from docs:
You can define catalog client scripts, catalog UI policies, and catalog data lookups for a multi-row variable set. But, you cannot edit the visibility settings of its variables using catalog client scripts and catalog UI policies, that is, theg_form.setVisible() is not honored in catalog client scripts, and the Visible field of a catalog UI policy action is read-only and set to Leave alone.
Thanks,
Ashutosh munot

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2019 11:58 PM
HI,
Please close this thread if i answered you question.
Thanks,
Ashutosh Munot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2022 05:53 AM
i have created g_form.setvisible("short_description",false );
but it not working can u expalin me