Customization > Loading Objects > Business Rules
Business Rules
After defining new business rules, or updating existing rules, use this procedure to load the business rules:
1. Add the load files to a zip file and place it in a custom folder within <customizationRootDirectory>. In this topic, BusinessRulesObjects.zip is added as an example to the following path: <customizationRootDirectory>/configurations/loadFiles/ixbImport.
2. Create a loader to load the 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/ixbImport/businessRulesObjects.zip
</csvimportFilename>
</csvExecuteImport>
</NmLoader>
3. Copy the loader and zip file to the following path: <customizationRootDirectory>/configurations/loadFiles/<customFolder>.
4. 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 business 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.
* 
You cannot delete business rules using the loader.
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?