Skip to main content

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 

Hello Everyone,

1 resposta
  1. 26 de nov. de 2021, 10:09

    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.

0/9000