Form Layout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2022 06:58 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2022 07:01 AM - edited ‎11-15-2022 07:04 AM
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
hope this helps
Mark the answer correct if this helps you
Thanks