Oracle CRM On Demand Desktop Administration Guide > Customizing Oracle CRM On Demand Desktop > Process of Enabling Custom Object Synchronization in Oracle CRM On Demand Desktop >

Defining Labels Used as Resources for the Custom Object


This topic describes how to define labels used as resources for the custom object called Custom Object 1 in the package_res.xml file.

This task is a step in Process of Enabling Custom Object Synchronization in Oracle CRM On Demand Desktop.

To define the labels used as resources for Custom Object 1

1 Using an XML editor, open the package_res.xml file.
  1. Define a custom view for Custom Object 1.
  2. Define the labels used as resources for Custom Object 1 in the package_res.xml file.

    These labels are used in the od_basic_mapping.xml file and in the forms_12.xml file.

  3. Include the following labels in the package_res.xml file:

    <res_root>
    ...
    ...
      <!-- C01 form -->
        <str key="lbl_co1_name">Name</str>
        <str key="lbl_co1_description">Description</str>
        <str key="view_od_co1">CustomObject1</str>
    ...
    ...
    </res_root>

  4. Save and close the package_res.xml file.

Related Topics

Values for the Threshold Attribute of the Synchronizer Element

Customizing the Email Address of the Support Team

Oracle CRM On Demand Desktop Administration Guide, Version 5.1, Rev A Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.