- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2016 09:59 PM
Hi All,
I am currently working on service catalog :FUJI Version.
I have done with a requirement that on selecting request type some fields to be populated based on the type select .
This catalog Item form has been designed with Container and splits.
Now I am facing a spacing issue on catalog variables in RITM Form.
I have tried with reordering the fields based on types but still I am facing a spacing issue.See attached
Please do suggest me to avoid this spacing issue on RITM Form.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2016 08:11 AM
Hi All,
I found the solution for my issue.
Hence wanna close this thread by providing input.
I have used g_form.setVisible('variables.var_name',false); this caused the space on RITM Form ,to avoid space we should g_form.setDisplay('variables.var_name',false)
Hope this information is more useful.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2016 02:02 AM
order - 112
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2016 08:11 AM
Hi All,
I found the solution for my issue.
Hence wanna close this thread by providing input.
I have used g_form.setVisible('variables.var_name',false); this caused the space on RITM Form ,to avoid space we should g_form.setDisplay('variables.var_name',false)
Hope this information is more useful.
Thanks.