Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Following screenshot displays the structure of Retain XML:

Anchor
_Toc410379447
_Toc410379447
Anchor
_Toc410379466
_Toc410379466
Anchor
_Toc410379489
_Toc410379489
Figure 3: Structure of Retain XML
Following are the description of the tags of retain XML
<Retain operation="retain">
This is the root tag. It also specifies the operation. You do not have to change anything within this tag.
<service table="au_users" />
<service table="au_groups" />
<service table="au_filesource" >
<field fieldName="au_filepath" />
</service>
Define the type of activities (Services) of the target environment that you want to retain during deployment to objects.
Here:

service table

Service table that you want to retain.

fieldName

Name of the field of the specified service table that you want to retain.

7
Anchor_Toc396731210_Toc396731210Table of FiguresFigure 1: Structure of Export XML
Figure 2: Structure of Import XML
Figure 3: Structure of Retain XML