Hi Ankit, I wanted to take a moment to express my heartfelt appreciation for your fantastic RUclips videos explaining the concepts of Salesforce. Your dedication to creating informative and insightful content is truly commendable. Your videos have not only helped me but have undoubtedly benefited many others in the Salesforce community. I kindly request you to continue making these valuable videos. Your contributions are incredibly meaningful and have a positive impact on learners and professionals alike. Your dedication to knowledge sharing is inspiring, and I encourage you to keep up the excellent work. Thank you once again for your outstanding efforts in making Salesforce concepts more accessible to everyone. We look forward to more of your enlightening videos in the future!
Thanks, Ravi for your kind words. It really matters to me and boosts my motivation and also gives direction that I am going on the correct path and learners do understand my teaching and knowledge sharing.
Thank you for your great contribution Ankith bhai. Your sessions are worth more than any highly paid courses out in the market. Thank you once again for sharing your knowledge to others for free.
Thank you so much for the amazing sessions Ankit 🙂 All the concepts are very well explained. Appreciate your efforts and I look forward to more of your videos 👍
Thank you, Ankit, for your invaluable assistance! Your efforts are greatly appreciated. If I go to an account (one of these accounts) and change its name, the component that displays that account list will also be dynamically updates to reflect the change?
Hi, I am working on a project where I need to create marksheet of students, i need to use multiple wire methods for fetching and displaying data, so can we use multiple wire methods? Is it a good practice? Please suggest.
It's completely up to the complex architecture. If you can wrap the data in one wrapper class in one wire call then go for that approach otherwise if two operations are completely different then go for different wire methods
Hi Ankit,
I wanted to take a moment to express my heartfelt appreciation for your fantastic RUclips videos explaining the concepts of Salesforce.
Your dedication to creating informative and insightful content is truly commendable. Your videos have not only helped me but have undoubtedly benefited many others in the Salesforce community.
I kindly request you to continue making these valuable videos. Your contributions are incredibly meaningful and have a positive impact on learners and professionals alike. Your dedication to knowledge sharing is inspiring, and I encourage you to keep up the excellent work.
Thank you once again for your outstanding efforts in making Salesforce concepts more accessible to everyone. We look forward to more of your enlightening videos in the future!
Thanks, Ravi for your kind words. It really matters to me and boosts my motivation and also gives direction that I am going on the correct path and learners do understand my teaching and knowledge sharing.
Hey Ankit, Really I want to appreciate your teaching and explaintion skill. Every thing is just perfect. Thank u so much.
Glad you liked it Ranjita
Hi Ankit, Very well explained and detailed videos on LWC so far ..
Glad you liked it
Thanks for your valuable teaching sir. thanks alot.
You are most welcome
you have exceptional teaching skills, thank you so much for the content you have freely provided for everyone.
You're very welcome!
Thank you for your great contribution Ankith bhai. Your sessions are worth more than any highly paid courses out in the market. Thank you once again for sharing your knowledge to others for free.
Thanks a ton
Thanks for the Wonderful Session Ankit...
Keep watching
Thanks for one more wonderful session Ankit.
Glad you liked it
Thank you Ankit sir ❤
Glad you liked it
Thank you so much for the amazing sessions Ankit 🙂 All the concepts are very well explained. Appreciate your efforts and I look forward to more of your videos 👍
Glad you found this helpful.
Usefull
Glad you found this helpful
Thank you sir
Welcome. Hope you find helpful
Thank you, Ankit, for your invaluable assistance! Your efforts are greatly appreciated.
If I go to an account (one of these accounts) and change its name, the component that displays that account list will also be dynamically updates to reflect the change?
Yes they all are using the LDS - Lightning Data Service
Bhai Datatbale pe ek Mini project Ho Jaye with using multiple objects records with CRED operation.
Yes, I do have this in my plan, but before that, I need to cover a few more concepts.
Hi,
I am working on a project where I need to create marksheet of students, i need to use multiple wire methods for fetching and displaying data, so can we use multiple wire methods? Is it a good practice? Please suggest.
It's completely up to the complex architecture. If you can wrap the data in one wrapper class in one wire call then go for that approach otherwise if two operations are completely different then go for different wire methods
Okay, Thanks
Hi at this moment 44:20 why didn't we decorate the accounts with @track decorator as we are using this property in HTML and accounts is an array?.
Because we are not modifying that array
lightning card is displaying but data table is not showing what can be the problem?
check the API name of fields
@@TechJourneyWithAnkit Thanks sir. mistake was in html I wrote column = {columns}
I am getting error, Unable to find Apex action class referenced as 'AccountHelper'.
Please help me ??
Is your class annotated as @auraenabl3d
@@TechJourneyWithAnkit yes, I have typed @AuraEnabled. Can I send my code screenshot on LinkedIn? Or email you ?
@@TechJourneyWithAnkit can I share the screenshot of my code?