You can use the he Detach process when you need to make modifications to a deployed template. This section describes what
happens programmatically during this process.
CAUTION: When you detach a deployed template, it is no longer handled as a deployed template. This means that the template cannot be
upgraded in the future.
Note that any links and relations will be maintained.
- Upon clicking Detach, the Detach confirmation window alerts you that this will detach the selected deployed templates and that detached templates cannot be
upgraded. The window prompts you to confirm if you wish to continue by selecting a checkbox and clicking the Yes button.
- Removes the TemplateConfig component from the deployed template root component.
- Removes the "ntpl" tags from the deployed template root component.
- If "Remove Composite Slots" is selected,
- for each root component composite link (template input)
- Creates a new link to eliminate the composite slot and removes the composite slot and adds a new link to the internal target.
- for each root component composite knob (template output)
- Creates a new link to eliminate the composite slot and removes the composite slot and adds a new link to the external target.
- Completes the detach process.