Salesforce Certified Sales Cloud Consultant — Question 135
Cloud Kicks has 300K Account records and 16M Invoices. These were within a custom object in a master-detail relationship with the Account. Each Account record takes a long time to display because of the Invoice related list's lengthy rendering time.
What should the Consultant do to solve this issue?
Answer options
- A. Enable indexing on all the fields visible on the related list of Invoices, as this will allow the related list to load faster.
- B. Enable ג€Load Individual Component Separatelyג€ at the Lightning record page of the Account object, as this will allow Account details to render while Invoice related list data will be visible after querying details from Invoices.
- C. Enable ג€Separate Loading of Related Listsג€ setting from User Interface Settings, as this will allow the Account detail to render while Invoice related list data will be visible after querying details from Invoices.
- D. Raise a case with Salesforce to enable Fast Loading of the related list of Invoices, as this will help to render Account details faster.
Correct answer: C
Explanation
The correct answer is C because enabling 'Separate Loading of Related Lists' allows the Account details to render independently while the Invoice data is loaded in the background, improving the user experience. Option A is incorrect as indexing does not directly influence the rendering speed of related lists in this context. Option B is incorrect because 'Load Individual Component Separately' is not the right setting for this scenario. Option D is also incorrect as raising a case with Salesforce is not a proactive solution and does not address the immediate performance issue.