Can i delete a "customer update" from Update Set

ramandeep
Kilo Contributor

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

5 REPLIES 5

epam
Kilo Guru

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.


Travers M
Mega Guru

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.


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!


Community Alums
Not applicable

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.