TABLE OF CONTENTS - YOU ARE WELCOME TO SEE ALL MY BLOG POSTS HERE

Wednesday, September 12, 2007

Configuration of M: M Link

Configuration of M: M Link

Requirement : Create a Link Between Account and Contact BC’s

Solution Design:

  1. Create Accounts BC and add the Required Fields
  2. Create Contact BC and the Required Fields Inc. the Foreign Key Field
  3. Create a Link (This is from Account – Contact)

Name Parent BC Child BC Inter Table Inter P Column Inter C Column

Account/Contact Account Contact S_part_Per S_Party_id S_Person_id

  1. Create Account BO and add the 2 Bc’s in Business Object Component

Business Component Link

Account BC ----

Contact BC Account/Contact

  1. Create Account List Applet and Add the Require List Columns (Edit Web)
  2. Create Contact Form Applet and Add the Required Control (Edit Web)
  3. Create a New View and edit web layout select Parent with Pointer Template.
  4. Create a New Screen and add the View created
  5. Add the Screen to an Application.

Since we can reuse BC’s, we need not create new BC ‘s we will use the once we have

Created in step 1 and Step 2.

Now, we need to create a Link From Contact to Account

3. Create a Link (This is from Contact – Account)

Name Parent BC Child BC Inter Table Inter P Column Inter C Column

Contact/Account Contact Account S_part_Per S_Person_id S_Party_id

4. Create Contact BO and add the 2 Bc’s in Business Object Component

Business Component Link

Contact BC ----

Account BC Contact/Account

  1. Create Account Form and Add the Require Controls (Edit Web)
  2. Create Contact List Applet and Add the Required List Columns (Edit Web)
  3. Create a New View and edit web layout select Parent with Pointer Template.
  4. Create a New Screen and add the View created
  5. Add the Screen to an Application

Compile and see the changes.

No comments: