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.

Is it possible to change the form from single column to two column design conditionally?

crizler
Tera Contributor

I am configuring a record Producer form where the fields are in single column layout then what I wish to do is to set the few fields in two column fields, conditionally. 

 

Because I have this field2 where available for all user and I also have a field1 available for few,

problem is the field2 retain its display as 50% when the field1 is hidden for the specific user. 

I tried to make Catalog Client Scripts to change the field width to 100% for specific users ( assuming my script is not working )

crizler_0-1687782062945.png

 


Also tried to find a way if I can just deactivate the " Container Start " for the splitter, cuz I found it works how I like it to display the outcome, but failed seek a way to deactivate it

Any idea if its possible to achieve it without using a extra field1?

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@crizler 

you can set it as 2 column layout

create a variable set and give the layout there

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hello @Ankur Bawiskar
forgot to mention that one of the field is already existing and moving it to MLVS will affect a large amount of configuration, currently I'm just adding a new field