Book Image

Oracle Siebel CRM 8 Developer's Handbook

By : Alexander Hansal
Book Image

Oracle Siebel CRM 8 Developer's Handbook

By: Alexander Hansal

Overview of this book

Table of Contents (33 chapters)
Oracle Siebel CRM 8 Developer's Handbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Case study example: Creating links


Continuing with the case study example, we must now ensure that the Siebel application is able to link the Account business component with the new AHA Customer Offer business component in a 1:M relationship.

The following procedure describes the steps necessary to create a new link object definition to support this relationship:

  1. 1. In the Object Explorer, select the Link object type.

  2. 2. In the Object List Editor, create a new record and enter the following properties:

    • Project: AHA Business Components

    • Parent Business Component: Account

    • Child Business Component: AHA Customer Offer

    • Source Field: Id

    • Destination Field: Account Id

    • Comments: Created for AHA Prototype

  3. 3. Observe that the Name property is automatically populated with Account/AHA Customer Offer.

  4. 4. Step off the record to save the new link.

  5. 5. Compile the Account/AHA Customer Offer link.

  6. 6. Repeat steps 1 to 5 to create a new link between the Account and the AHA Customer Documents business component.

  7. 7. Repeat...