Customization > Loading Objects > Change Association Rules, Mapping Rules
Change Association Rules, Mapping Rules
After defining or updating change association rules or mapping rules, use this procedure to load the rules:
1. Download the zip file for change association rules using the Export action. Similarly, export the mapping rules. For more information, see Association Rules Table and Mapping Rules Table.
2. Place the zip file within <customizationRootDirectory>. In this topic, document_contents.zip is added as an example to the following path: <customizationRootDirectory>/configurations/loadFiles.
3. Create a loader to load the exported zip file. Specify the name and path of the zip file in the XML file as shown:
<?xml version="1.0"?>
<!DOCTYPE NmLoader SYSTEM "standard13_0.dtd">
<NmLoader>
<csvExecuteImport handler="wt.load.LoadImport.executeImport">
<csvimportFilename>customizationRootDirectory/configurations/loadFiles/document_contents.zip</csvimportFilename>
</csvExecuteImport>
</NmLoader>
4. Copy the loader and zip file to the following path: <customizationRootDirectory>/configurations/loadFiles/<customFolder>.
5. Add an entry of this load file in the configurations/loadFiles/custom/loadFileSet.xml file with the desired container. Ensure that an entry for this XML is added in configurations/deploy.xml if you want to load the change association rules and mapping rules that are not already loaded.
* 
It is recommended that all load files are located in the custom folder. For more information, see CCD Package Structure.
Deploy Customization on Development Environment
For information on the CCD process for deployment, see Deploy Your Customizations on Your Development Environment.
Prepare CCD Package for Promotion
For information on the CCD process for promotion, see Deploying Code and Configuration Package.
Was this helpful?