Views
Perform the following steps to load the views you have created:
1. Create a load file for WTViews as shown:
<?xml version="1.0" ?><!DOCTYPE NmLoader SYSTEM "standard13_0.dtd">
<NmLoader>
<!-- Load The View -->
<csvView handler="wt.vc.views.LoadView.createView" >
<csvviewName>Design</csvviewName>
</csvView>
<csvView handler="wt.vc.views.LoadView.createView" >
<csvviewName>Manufacturing</csvviewName>
</csvView>
<!-- Load The structure -->
<csvViewAssociation handler="wt.vc.views.LoadView.associateViews" >
<csvparentView>Design</csvparentView>
<csvchildView>Manufacturing</csvchildView>
</csvViewAssociation>
</NmLoader>
2. Copy the loader to the following path: <customizationRootDirectory>/configurations/loadFiles/<customFolder>.
3. 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 views that are not already loaded.
|
You cannot delete or update the existing view or the structure of the view using a loader.
|
|
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
Prepare CCD Package for Promotion
For information on the CCD process for promotion, see
Deploying Code and Configuration Package.