what will happen if I commit a retrieve update set?

Harsh3842
Tera Contributor

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

2 REPLIES 2

Community Alums
Not applicable

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.

 

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?