Can i delete a "customer update" from Update Set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2015 10:56 PM
Dear friends,
Can i delete a "customer update" from Update Set? Once change in a business rule is captured in my update set, can I delete that?
Thank you
Ramandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2015 11:40 PM
Hi Ramandeep,
You surely can remove the record from your update set. You can do it on the list of customer updates for the update set or just remove appropriate XML-code from the downloaded file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2015 05:32 AM
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
‎02-02-2016 02:30 PM
I'm often moving updates into the "Default" set, but I had never considered using something like a "backup" that was specific to a single development effort (or at least specific to me). That way, you can later choose to Ignore that backup Set or quickly find what may be missing from the "real" Set. I like it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2015 07:24 AM
I end up doing this often. Sometimes, I make changes to something with the incorrect Update Set active. As stated above, you can move the change to another update set. I never delete them, either; if I want to move the change out of my update set, I will usually just move the change into the 'Default' update set.