Siebel CRM Desktop for IBM Notes Administration Guide > Customizing Siebel CRM Desktop > Overview of Customizing Siebel CRM Desktop >
Hiding Custom Views
You can use IBM Domino Designer to hide a custom top-level view from IBM Notes that Siebel CRM Desktop uses. The following procedure includes an example of hiding an Opportunities view. Hiding custom views
- Import the SBL.View.Opportunities.dxl file into IBM Notes using CRM Dev Utils.
- Open the PAB database that contains the imported design elements in IBM Domino Designer.
- Navigate to the Views list and locate the Opportunities view.
- Open the Found view and then open the Found view properties.
- Place the Name field value into parentheses. For example, (Opportunities).
- Save and close the modified view.
- Navigate to the tools folder.
- In a text editor, open the export_import_config.xml file.
- Locate the instructions for exporting or importing the Opportunities view. For the Opportunities view:
<file name="SBL.View.Opportunities.dxl"> <notes type="view_folder"> <note>Opportunities</note> </notes> </file>
- Modify the name of note design element in IBM Domino Designer:
<file name="SBL.View.Opportunities.dxl"> <notes type="view_folder"> <note>(Opportunities)</note> </notes></file>
- Save and close the export_import_config.xml file.
- Export the design elements to the .dxl file using CRM Dev Utils.
- Publish the modified package on the Siebel server.
- Obtain and apply the package and verify your changes.
To remove a custom top-level view from IBM Notes
- Navigate to the package folder.
- Open the dxl_config.xml file.
- Locate the instructions for importing the view you want to remove. For Opportunities view:
<dxl path="SBL.View.Opportunities.dxl"/>
- Comment out the instructions for importing the view.
- Publish the modified package on the Siebel server.
- Obtain and apply the package and verify your changes.
|