Form Layout

Tarasingh26
Tera Expert

Hi All,

We have requirement in which we need to add some fields in form and need to change the ordering of fields on form. My question is if we do changes in dev and capture in update set then can we move update set to production?

Are form layouts are captured in update set? What could be best approach for this requirement? Please suggest?

 

Thanks,

Tara Singh

1 REPLY 1

Mohith Devatte
Tera Sage
Tera Sage

hello @Tarasingh26 ,

Yes the form layout changes are captured in the update set and its okay to move it via update set to production env.,

 

All the changes will be applied once you commit the update set 

 

if you are trying to capture form section changes then it needs to be specially handled but if its a form layout change all the form layout changes are merged into one update and captured into update set.

refer this link 

https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/build/system-update-sets...

hope this helps 

Mark the answer correct if this helps you

Thanks