cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any facility available to merge code from one environment to another after deployment.

AMITJAGTAP1
Level 3
Issue - Is there any facility available to merge code from one environment to another after deployment Issue Details - We are moving process from UAT to production. we want to merge code from UAT environment to production. Currently we are dealing with few issues to merge. Can you please guide us how can we achieve this.
1 REPLY 1

John__Carter
Staff
Staff
There's no concept of merging in BP, promotion to a higher environment is 'overwrite' rather than 'merge'. Object design come into play here - ideally you should avoid creating single 'mega' objects and instead create a series of smaller objects. This is more efficient in terms of runtime memory but also makes overwriting less disruptive.