Thank so very much sir, thanks is not just enough for your support.
@balajibasanolla Жыл бұрын
38:27---->Line number 18 console.log('---------------'+this.accounts) i think this we need to write for that error error:constructor accounts is not define
@ranjithshastry9961 Жыл бұрын
Hi Mohit can you please explain the difference between event.target.value and event.detail.value .
@BalajiBalaji-jv1gt11 ай бұрын
event.target.value and event.detail.value both are using when we are getting the values from elements or input values of html and using those elements to perform the actions in js.
@vamshikrishna8143 Жыл бұрын
Excellent resource
@Mtripathi347 Жыл бұрын
Thank you :)
@simranacro11 Жыл бұрын
Hi Mohit, In the video you mentioned about LDS. But I am not able to find that video.
@Mtripathi347 Жыл бұрын
Hi Simran, these videos are part of our interview preparation course, i covered LDS today, i will surely try to upload those on utube shortly
@ranjithshastry9961 Жыл бұрын
HI Mohit I got a interview question where they asked why we use cashable = true and what is the purpose/function of that ? how to answer this and what all important points will be the interviewer expecting to be mentioned
@Krushna1313 Жыл бұрын
To increase runtime performance of component we used cachable=true
@BalajiBalaji-jv1gt11 ай бұрын
@auraenabled (cacheable=true) is using for get the sever side data and store in cache memory for quick action in client side java script but using this we can not perform the dml operations Mani fiction of that is getting data from salesforce or server side data base to get the the data and it will not return any thung to the server.
@akashchaudhari27 Жыл бұрын
Thanks Mohit its very helpful👍
@Mtripathi347 Жыл бұрын
Thanks for watching Akash 😊
@simranacro11 Жыл бұрын
Hi Mohit, I appeared for an interview today and I was asked that can we call batch class from flows? In the other video you mentioned that we cannot call future directly from flows, we have to call @invocablemethod and then we can call future from there. Can you please let me know what is the case with batch class. Thanks in advance !
@Mtripathi347 Жыл бұрын
call the invocable apex from flow and inside invocable apex, create an instance of ur batch and call that.
@simranacro11 Жыл бұрын
@@Mtripathi347 Thanks for the response !
@skp6753 Жыл бұрын
Gem!
@Mtripathi347 Жыл бұрын
just like you :)
@SFDCWEB Жыл бұрын
What Is name of this IDE?
@Mtripathi347 Жыл бұрын
this is just a chrome extension, named lightning studio, VS code is still the recommended way. I am using is just for simplicity purpose.