I wanted to add case history component under Account component in Aura. Just like below snap. Account and case has lookup connection. Can someone help me with this?
Thanks in Advance
1 个回答
To achieve you need to build custom components (AURA/LWC) and enable the components under the Account page.
I suggest to try with LWC to find all the cases history with respective account and display in your account details.
Its a complex logics involve to achieve to read the values from your history object(case) and display using the lightning components.