Versions Compared

Key

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

Following screenshot displays the structure of Retain XML:

Image Modified

...

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