In this blog post, I am creating a sample LWC component to Fetch All the related Contact to An Account by Passing AccountId as a parameter Dynamically to Apex Method by using LWC
First Step : I am creating a lightning-combobox in Which I am fetching All the Account Present in my Org in the Dropdown manner.
Second Step : on Selection of An Account From the List
I am passing the Selected Account Id to my Apex method From JavaScript function to get related Contact and displaying in tile Format.
Step by step source Code
---------------------------------
HTML FILE
-------------------
=============
--------------
Apex Class
-----------
😇 HAPPY CODING SHARING IS CARING 😇
Post a Comment