Update sets

ad14
Tera Contributor

I have a question about update sets. We have multiple update sets in our instance and we want to move it to prod. But the problem is for some rules like business rules , client scripts the same rule is modified in multiple update sets and it has multiple versions associated with it. How do I deal with it? I know batch update sets could be used. So do I just use batch update sets and commit the update sets in the order when they were last updated?  And FYI there are multiple update sets including parent, child, batch update sets in our instance.

6 REPLIES 6

Ehab Pilloor
Mega Sage

Hi @ad14,

 

You can see different versions in Related List of particular Client Script. The topmost one shall be the latest update and you only need to move that. If newer version is committed in Prod and its older versions to be moved to prod, you will get an error that newer update is in the instance. You shall skip that error then.

If you move it in batch update, then also it wont be an issue.

 

Regards,

Ehab Pilloor

Andrew_TND
Mega Sage
Mega Sage

Hi @ad14 to echo everyone else - The best way to do it is to batch the sets, this will implement the payloads sequentially based on the latest versions.

Just in case - When I say Batch: If you have multiple update sets, create a new update set and apply this as a Parent to the sets you want to implement. Then when it comes to the deployment you only need to commit the Parent set which cascades to the assigned child sets. 

 

Please mark as helpful or if its fixed the issue - CORRECT! 👍