Thanks Amit for posting a great video, this is the finest video where the use and need of wrapper class is explained with real time example. Looking forward to get more videos from you.
@sfdcpanther3 жыл бұрын
Thank you so much. I am glad that you liked it. I am working on some other topics which you will be getting every week.
@santanuroy44593 жыл бұрын
Too good man .. you cleared so many concepts of mine ... for which i used to google and copy paste unknowingly till date thanks.
@sfdcpanther3 жыл бұрын
Thank you. I am glad it helped you
@nofear8793 жыл бұрын
Good info Thank you
@AmitSingh-rd9qx3 жыл бұрын
Thanks a lot could you please make some more videos on Wrapper class it will be very helpful for us
@pavandkbose3 жыл бұрын
Hi Sir, at the 24:31 min you have retrieving from caseRec.caseRecord.isSelected but shouldn't it be caseRec.isSelected as isSelected is a separate variable and it is not inside the CaseRecord.
@sfdcpanther3 жыл бұрын
That's the variable inside wrapper class and we are referring wrapper class variable not case object.
@pavandkbose3 жыл бұрын
@@sfdcpanther Ok sir got it.. thanks for explaining
@ravikant28782 жыл бұрын
Hi Amit, which extension do you use for writing LWC Targets, Buttons, Wire method syntaxes quickly?
@sfdcpanther2 жыл бұрын
Its is LWC Short Keys
@yasminsaleem6399 Жыл бұрын
@@sfdcpanther Thanks, It worked
@kumarkumartalk3 жыл бұрын
which wrapper class actully we are using in this,,the one written in controller on the one one you wrote as external wrapper class??????????
@Danny-oo4df Жыл бұрын
How to get data from anonymous window to wrapper class variable in apex?
@yasminsaleem6399 Жыл бұрын
Hi Amit, How to make lwc targets appear automatically in Vs code. Please guide. I am not getting it if I type LWC
@sfdcpanther Жыл бұрын
There is a VS code extension called LWC short keys that will do the tricks for you
@mohammedshoebsiddiqui4632 жыл бұрын
hey amit, it was very good video. could you please tell me why we use event.preventdefault
@jayantsingh12872 жыл бұрын
make a video to implement search using the wrapper classes as well
@michaelpohlmann97433 жыл бұрын
awesome video Amit with great real world example. Maybe one small point of criticism, the audio quality ;-)
@sfdcpanther3 жыл бұрын
Thanks. Yeah I am still waiting for new gearset to arrive. Hopefully soon I will get those
@divyasoni34612 жыл бұрын
could you make test class for this wrapper class?
@sreenathd96713 жыл бұрын
Nice video Thanks Could you please tell me which extensions are using for LWC and Apex
@sfdcpanther3 жыл бұрын
Salesforce LWC short keys You will get the link from here www.apexhours.com/top-10-vscode-extensions-for-salesforce/
@debarunsengupta35553 жыл бұрын
We could have used spread operator to do shallow copy instead of JSON.parse...wouldn't that work?
@sfdcpanther3 жыл бұрын
That will work but sometimes that doesn't work. I have tried that many Times it works and many times doesn't. So I Always use this way
@vinayvenkatesh14712 жыл бұрын
How to enable Alll Slds,LWC suggestions like showing In your visual code
@sfdcpanther2 жыл бұрын
LWC Short Keys is the name of VS code Extenstion
@abhishekmishra19863 жыл бұрын
Hello sir thanks for the wonderful session can you please provide us the code for the sme
@sfdcpanther3 жыл бұрын
I will update the description with the link to code.
@sfdcpanther3 жыл бұрын
Updated the description with the link to code used in the wrapper Class.
@normannorman10233 жыл бұрын
i dont understand how _cases are works in lwc Js file
@sfdcpanther3 жыл бұрын
This is Javascript and in JavaScript these variables works .
@immanuel7233 жыл бұрын
Hello Amit, Thanks for the awesome content and very useful use case. Respect brother..! Can you drop me a hint, how you are able to get the lwc elements in VS Code by typing 'lwc'. do you have any extensions installed for it? I am not able to get it. Appreciate your help..!
@sfdcpanther3 жыл бұрын
Hi Sam, I am glad that you liked it. Here are the list of all the extension which I personally user for my projects You will get the link from here www.apexhours.com/top-10-vscode-extensions-for-salesforce/
@immanuel7233 жыл бұрын
@@sfdcpanther Thank you very much. I will get those extensions in my VS code
@tiksG2 жыл бұрын
Hello @amit Singh Could you please clear concept of integration using wrapper class which is your favourite thing Thanks