- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎08-29-2022 12:08 AM
Hi all,
Can you please brief me the difference between the Backout and Ignore of an Updateset. For suppose if we make the update set as ignore which is moved from dev to test which is already committed and then it is changed to ignore, is all customizations are still there in the particular form, if we backout the updateset the all customizations are romoved. Please tell me the difference.
Solved! Go to Solution.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎08-29-2022 12:14 AM
Hi 
Here is the scenario when we use backout of update set:
- We develop code in DEV using our update set.
- Then we promote the update set to TEST. If we see something is broken and become hard stop in TEST, we backout the code in Test. We never backout the code in Dev.
- If the backout is successful without error then the code that we moved to Test will be totally removed and reset to the previous state.
Here is the link for more details: Back out an update set
You should always set Completed update sets on the production instance to Ignore. This state will also ensure that the update set is not committed again when cloning the instance.
It's a great idea to set your prod update sets to Ignore as a matter of your process. Now when clone back to Dev, they aren't in your way for future updates.
Learn more from this Article : Why you should set your completed update sets to 'Ignore' on production
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎08-29-2022 12:24 AM
You are marking others answer as correct, Since I replied first and In case you feel my answer was sufficient to understand the difference then mark my answer as correct, otherwise ignore it.
Regards,
Musab
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎08-29-2022 12:14 AM
Hi 
Here is the scenario when we use backout of update set:
- We develop code in DEV using our update set.
- Then we promote the update set to TEST. If we see something is broken and become hard stop in TEST, we backout the code in Test. We never backout the code in Dev.
- If the backout is successful without error then the code that we moved to Test will be totally removed and reset to the previous state.
Here is the link for more details: Back out an update set
You should always set Completed update sets on the production instance to Ignore. This state will also ensure that the update set is not committed again when cloning the instance.
It's a great idea to set your prod update sets to Ignore as a matter of your process. Now when clone back to Dev, they aren't in your way for future updates.
Learn more from this Article : Why you should set your completed update sets to 'Ignore' on production
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎08-29-2022 12:20 AM
Thank you Sandeep
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎08-29-2022 12:18 AM
Hi 
Backing out an update set creates delete updates in the current update set. If you commit, back out, and then reapply a remote update set, errors appear in the previewer because the deleted updates are considered more recent changes and cause collisions.
Feel free to mark correct, if your issue has been resolved, so it ends up in solved queue.
Will be helpful for others looking for the similar query.
Aman Kumar
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎08-29-2022 12:21 AM
Thank you Aman
