How to fix it
- Navigate to
System Update Sets > Retrieved Update Setsand open your update set. - Click Preview Update Set to see all collisions and errors before committing changes.
- For preview errors (missing dependencies): note the missing tables/fields, then load and commit the dependency update sets first before retrying.
Always resolve preview errors before addressing collisions — missing dependencies will cause failed commits.
- For collisions, click
View Updateon each colliding record to see the XML diff between source and target versions. - Compare timestamps: check
sys_updated_onvalues in the XML to determine which change is newer — incoming (source) or current (target). - Choose resolution:
- Accept Remote = take the incoming change from source (overwrites target)
- Skip = keep target version (ignores incoming change)
- For business rule and script collisions: manually merge the logic by accepting remote, then editing the record post-commit to include necessary target-specific changes.
- Click
Apply Remote UpdateorSkipfor each collision based on your analysis.
Document your collision resolution decisions in the update set work notes for future reference.
- Once all collisions are resolved and no preview errors remain, click Commit Update Set to apply changes.
- Monitor the commit progress and check for any runtime errors in
System Logs > System Log > All.
Verify the fix by testing the modified records' functionality and checking that business rules fire correctly.