Assembly Editor
Managing Content

Replace one assembly with another

2min

An assembly's implementation can be replaced with the implementation of another assembly. Both assemblies must be of the same type, e.g. an action assembly cannot be replaced with a trigger assembly.

Only the latest version of the source assembly can be used, not an earlier version.

First, start by opening the latest version of the source assembly:

Document image


Then right-click on the destination assembly in the catalog and choose the Replace option:

Document image


Then confirm the replacement:

Document image


The destination assembly will then be modified to be a copy of the source assembly's implementation.