Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Following screenshot displays the structure of Retain XML:


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

 

  • No labels