what will happen if I commit a retrieve update set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 11:42 PM
Hi,
Can someone explain me or they know what will happen If they commit a retrieved update set which is in state loaded also from that retrieved update set If we move or remove the record to a default update set. will it going to affect anything if that retrieved update set moved to production.
Thanks,
Harsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 11:49 PM
Hi @Harsh3842 ,
You can also move that to a different update set if you didn't want to delete it. If you delete it, you run the the risk of having changes not match up if something references that change or uses that change you made as part of it's process. It would be working on dev but when you move it, it's broken so just be aware. When I encounter this, I like to move it either to the default update set (and make a note of it) or create a separate update set in case it might be built off of. It comes down to personal preference though and I just hate deleting anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 12:07 AM
Hi @Community Alums,
So I should move the record from the retrieve update set to default update set should not delete it and what about the first question If I commit a retrieved update set which is in loaded state. what will happen?