A customer wants to view multi-level data related to an Account, such as all the inspections
performed and the regulatory violations found. They want to see this on the Account page
layout.
What solution should the technical consultant use?
A. Use an Aura Lightning component
B. Use a Lightning Web component
C. Use a Hierarchical View component
D. Use an AppExchange component
B. Use a Lightning Web component
Explanation: To achieve the requirement of displaying multi-level data (such as
inspections and regulatory violations) on the Account page layout in Salesforce, a Lightning
Web Component (LWC) is the most appropriate solution. Here's why:
Customizability:
Performance:
Integration with Salesforce Data:
Embedded in Page Layouts:
A. Use an Aura Lightning component:
C. Use a Hierarchical View component:
D. Use an AppExchange component:
Why Not the Other Options?Conclusion:Use a Lightning Web Component (LWC) to create
a custom solution tailored to the requirement of displaying multi-level data related to an
Account.