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.
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
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
@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.
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 !
Excellent work 👍
Thank so very much sir, thanks is not just enough for your support.
Hi Mohit can you please explain the difference between event.target.value and event.detail.value .
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.
Thanks Mohit its very helpful👍
Thanks for watching Akash 😊
Excellent resource
Thank you :)
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
Hi Mohit, In the video you mentioned about LDS. But I am not able to find that video.
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
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
To increase runtime performance of component we used cachable=true
@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.
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 !
call the invocable apex from flow and inside invocable apex, create an instance of ur batch and call that.
@@Mtripathi347 Thanks for the response !
Gem!
just like you :)
What Is name of this IDE?
this is just a chrome extension, named lightning studio, VS code is still the recommended way. I am using is just for simplicity purpose.