Multiple choice technology packaged enterprise solutions

In a M:M link, which of the following properties must be populated? [Choose three].

  1. Child business component

  2. Inter table

  3. Destination field

  4. Inter child column

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

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.

AI explanation

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.