In a M:M link, which of the following properties must be populated? [Choose three].
-
Child business component
-
Inter table
-
Destination field
-
Inter child column
A Many-to-Many link in Siebel requires: (1) Child business component - the destination BC being linked to, (2) Intersection table - the table storing M:M relationships (e.g., S_ADDR_PER for contact-address relationships), and (3) Inter child column - the column in the intersection table that stores the foreign key to the child BC. Destination field is a general property for where data goes, not specifically required for M:M link configuration. The intersection table's columns to both parent and child are what make the M:M relationship work.
For an M:M link in Siebel, you must specify the Child Business Component (which BC is on the many side), the Inter Table (the intersection/junction table that records the many-to-many associations), and the Inter Child Column (the column in that intersection table pointing to the child record). 'Destination Field' is a property relevant to joins (specifying which field on the destination table to expose), not to M:M link definitions, so it's correctly excluded — link definitions work at the table/row-association level, not individual field mapping.