Siebel CRM Question:

How to create link that as M:M relationship?

Tweet Share WhatsApp

Answer:

Establish an M: M link relationship between parent and child BCs we need to define foreign key for the relationship in the intersection table. We need to mention the inter child column and inter parent column.
For a many to many relationship, you need the following:
1) Parent BC
2) Child BC
3) Link

In the link you mention th following
1) Parent BC Name
2) Child BC Name
3) Inter-table Name
4) Inter Parent Column Name(stores row_id of Parent BC)
5) Inter Child Column Name
(store Row_id of child table)

Download Siebel PDF Read All 74 Siebel Questions
Previous QuestionNext Question
When to use sub process in WF?When to clone a BC, Applet, View?