Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

remove container and splits on RITM

Vimal Priya
Giga Guru

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 attachedspace1.jpg

space2.jpg

Please do suggest me to avoid this spacing issue on RITM Form.

Thanks in advance.

1 ACCEPTED SOLUTION

Vimal Priya
Giga Guru

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.


View solution in original post

6 REPLIES 6

order - 112


Vimal Priya
Giga Guru

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.