In a view if you display an account form applet as the master and the opportunity list applet as the child then what is TRUE
-
Parent business component is used as Account and Child business component is used for Opportunity
-
Parent business component is used as Opportunity and Child business component is used for Account
-
Parent business component is used as Opportunity only.
-
Parent business component is used as Account Only
In a master-detail view displaying an account form applet as master and opportunity list applet as child, the parent business component is Account and the child business component is Opportunity. This reflects the business relationship where opportunities belong to accounts.
In a master-detail view, the applet shown as the master (here, the Account form) is driven by the parent business component (Account), while the applet shown as the child (the Opportunity list) is driven by the child business component (Opportunity), linked through a Link definition. The master applet's records determine which child records display beneath it, not the reverse.