You are here: Record management > Branch development and merging > Using branch rulesets and merging branches for parallel development > Merge branches customization

Merge branches customization

You can enhance the merge process for your development team in various ways to comply with your organization's policies and procedures. You can:

For pre- and post-processing behavior, the flow rule that governs this process has two extension points (as subprocesses) at which you can add custom steps: pyPreMergeInstances and pyPostMergeInstances. By saving a copy of the standard rule and customizing your copy, you can override the generic behavior with custom behavior; for example:

For customized validation on inputs into the wizard user interface, override the extension point activity pyValidateMergeOptions.