Ursa Major Solar には、カスタム Galaxy _c オブジェクトとカスタム Star_c オブジェクトの間にルックアップ関係があります。アプリ ビルダーは、各 Galaxy__c レコードに関連する Star_c レコードの合計数をカウントするロールアップ サマリー フィールドを作成したいと考えています。 現在の構成は、望ましい結果を達成する能力にどのような影響を及ぼしますか?
正解:B
The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created. This is correct because roll-up summary fields are only available on the master object in a master-detail relationship, and a lookup relationship does not establish a parent-child hierarchy between the objects