How to create link that as M:M relationship?
Submitted by: AdministratorEstablish 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)
Submitted by:
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)
Submitted by:
Read Online Siebel Job Interview Questions And Answers
Top Siebel Questions
☺ | Dynamic Picklist is used to Update Join Fields? How? |
☺ | How to create Drilldown in Form applet? |
☺ | Optimization techniques in EIM? |
☺ | What is the primary difference between Siebel 7.5.2 and 7.7 Versions? |
☺ | What difference between Fields and single value fields? |
Top Application Program Categories
☺ | AutoCAD Interview Questions. |
☺ | Microsoft Office Interview Questions. |
☺ | Microsoft Outlook Interview Questions. |
☺ | Microsoft Excel Interview Questions. |
☺ | MATLAB Interview Questions. |