Salesforce Certified Sales Cloud Consultant — Question 144
Cloud Kicks has 300,000 account records and 16 million invoices in a custom object with a master-detail relationship to the Account. Each account record takes a long time to display due to the rendering time of the invoice related list.
What should the consultant do to solve this issue?
Answer options
- A. Move the invoice related list to a separate tab on the Lightning page.
- B. Convert the Invoice object into a lookup relationship.
- C. Enable indexing on all visible fields on the invoice related list.
- D. Enable Dynamic Related List for the invoice related list.
Correct answer: A
Explanation
Moving the invoice related list to a separate tab reduces the load time on the account record display since it will not render the list immediately. The other options either complicate the relationship model or do not significantly improve the rendering performance of the account records.