Global Deployment Guide > Configuring Global Applications >

Enabling Global Data


The following sample procedure shows how to use the Opportunity Product Business Component to enable the Product Description Field as global data.

To enable global data

  1. In Siebel Tools, check out and lock the Opportunity Product project.
  2. In the Object Explorer, navigate to Business Component.
  3. In the Name field, perform a query for Opportunity Product.
  4. In the Object Explorer, navigate to Join and add the following record:
    Field
    Value

    Table

    S_PROD_INT_LANG

    Alias

    S_PROD_INT_LANG

    Outer Join

    Yes

  5. In the Object Explorer, select Join > Join Specification and add the following record:
    Field
    Value

    Name

    Translate

    Destination Column

    PAR_ROW_ID

    Source Field

    Product Id

  6. In the Object Explorer, select Join > Join Constraint and add the following record:
    Field
    Value

    Name

    Language

    Destination Column

    LANG_ID

    Value

    LOVLanguage()

    NOTE:  LOVLanguage() is designed to work with the multilingual outbound communication functionality (MOC). You can also use Language(), but this will not work with MOC.

  7. In the Object Explorer, navigate to Field.
  8. In the Name field, perform a query for Product Description.
  9. Change the Join to S_PROD_INT_LANG and the Column mapping to DESC_TEXT.
Global Deployment Guide