Modifying Business Components to Improve Performance

You can further improve performance by modifying business components to remove unneeded fields and joins.

To modify business components to improve performance

  1. Query for the Business Components listed in column 1 of the following table.

    Business Components (Column 1) Attribute (Column 2) Join (Column 3) Field (Column 4)

    [Name] LIKE TOS*Account AND [Name] NOT LIKE TOS*Ind*Account

    Industry

    S_ORG_INDUST

    Industry Id

    S_INDUST

    Industry

    TOS*Contact

    Last Call Date

    S_POSTN_CON

    Position Last Call Date

    Primary Speciality

    S_MED_SPEC

    Primary Specialty

    TOS*Opportunity

    Sales Stage

    S_STG

    Sales Stage

  2. If you are not using the corresponding attribute (shown in column 2) in any global condition in your implementation, then do the following:

    1. Inactivate the join (shown in column 3) in the corresponding Business Component

    2. Inactivate the Field (shown in column 4) in the corresponding Business Component