Universal Containers (UC) には、カスタム Invoice オブジェクトとカスタム Invoice Line Item オブジェクトがあります。TTie Invoice Line Item オブジェクトには、Invoice とのルックアップ関係があります。UC は参照関係を主従関係に変換したいと考えていますが、変換できません。 この関係転換を妨げている可能性のある 2 つの理由はどれですか? 2つの答えを選択してください
正解:B,C
The two reasons that could be preventing this relationship conversion are that there are already two master-detail relationships on the Invoice Line Item and that Invoice Line Item records exist without having the Invoice lookup field populated. A custom object can have up to two master-detail relationships, so adding another one would exceed the limit. Also, a master-detail relationship requires that the detail records have a value in the master lookup field, so any records with a blank Invoice lookup field would prevent the conversion.