Adding a Custom Object

This task is a step in Process of Modifying the Customization Package to Add an MVG.

To add a custom object to Siebel CRM Desktop, you display the object in Siebel CRM and then modify customization package XML files. The example in this topic makes available and then adds the Channel Partner object.

To add a custom object

  1. Make sure the object you must add is available.

    For more information, see Creating an Integration Object for the Channel Partner MVG.

  2. Add a custom object type. You modify the siebel_meta_info.xml file.

    For more information, see Code That Adds a Custom Object Type.

  3. Map objects. You modify the siebel_basic_mapping.xml file.

    For more information, see Code That Maps a Custom Object.

  4. Configure synchronization for the custom object. You modify the connector_configuration.xml file.

For more information, see Code That Configures Synchronization for a Custom Object.