Actually the knowledge you are providing is amazing i learnt so many things from you....i can surely say your content is very good and wiil be no one channel for SFDC soon...
@SanjayGuptaTechSchool Жыл бұрын
Glad to hear that
@sapnachauhan72004 ай бұрын
Sir, the way you explained things has cleared many of my doubts. I used to think I couldn't do programming, but after watching your videos, my confidence has increased, and I feel motivated to believe that I can do it. Thank you so much, sir. The first time I started learning Salesforce, it was through your videos, and they motivated me to join a course and even get certified.
@alexchristopherj646611 ай бұрын
How come one can teach the technical concepts so easily? Thanks @Sanjay Gupta for all your efforts in making this bootcamp. Could hear a lot of people in the industry suggesting your videos to understand the basic concepts of SFDC. Thanks again for your valuable time ❤
@LpL-fg2ki5 ай бұрын
Thanks for your efforts, they are really very helpful.
@SanjayGuptaTechSchool5 ай бұрын
Glad you like them!
@znak2001 Жыл бұрын
Dear Sanjay Appreciate your time & effort for this great Bootcamp I was watching Day 40...to get a count from the object we can use the below to get a general count- [SELECT COUNT() FROM Account WHERE Industry = 'Media']
@sali6775 Жыл бұрын
I'm going through your videos for quite a long time and accomplished 3 SFDC certifications looking for another one in the next few months, I have already shared your detail with my groups and friends. Keep doing a great job, really appreciatred it.
@shrutisinghaniya87988 ай бұрын
For certification where did you get the vouchers from?
@sophiaabraham5205 Жыл бұрын
Very Useful, Thank you so much
@SanjayGuptaTechSchool Жыл бұрын
Glad it was helpful!
@rajendrakumarvupputuri9458 Жыл бұрын
Thankyou sir
@Sivaa2D6 ай бұрын
we can also fetch the records with condition and along with limit as well
@narendrareddy552 Жыл бұрын
nice video sir
@SanjayGuptaTechSchool Жыл бұрын
Keep watching
@poornimasrivastava1897 Жыл бұрын
hi sir... I am from UP and I have done my MCA from @UITRGPV Bhopal. Thank you so much for the free tutorials.
@SanjayGuptaTechSchool Жыл бұрын
You are most welcome
@ningutej1 Жыл бұрын
what is difference, List accList=[query] and List accList= new List ([query])
@Sivaa2D6 ай бұрын
no difference its like variable declaration and initialization.in second you just initialized list with values but in first you first declared the list and then assign a value to it hope you got it
@samsir8317 Жыл бұрын
❤
@kanchangupta5012 Жыл бұрын
In binding variable for map how we query for values... What should I write after WHERE nd before IN?
@anuradhabadgujar6706 Жыл бұрын
Which Admin certification will be first to do(ADM 201 or ADM211) ?
@SanjayGuptaTechSchool Жыл бұрын
Adm 201
@sandeepyadav-zl7ec7 ай бұрын
good evening sir how to save a class file in apex can you tell that
@DDDDD43330 Жыл бұрын
Hello do you know how many fields we can add in a SOQL query? As we cant put all fields maybe there is a limit in it
@srivalligodavarthi9109 Жыл бұрын
hi sir in binding variable integer u created where clause like WHERE AnnualRevenue >=: AR " : " IS must and should (in vedio at 36mins:43sec) i tried without that . its working
@prajaktapatil17808 ай бұрын
Is it? Did u get any information on this?
@truptiramteke60506 ай бұрын
Thank you so much sir ,for this helpful video
@rushabhjaiswal-f2w4 ай бұрын
I have completed Platform developer 1 certification after this for which certification i should go Platform developer 2 or Platform App Builder ?? Please Answer this sir
@SanjayGuptaTechSchool4 ай бұрын
Pd2
@rushabhjaiswal-f2w4 ай бұрын
@@SanjayGuptaTechSchool Thank You sir. You are real Salesforce MVP
@srivalligodavarthi9109 Жыл бұрын
then sir what is difference between AND and. IN both are giving out put based on 2 values
@Sivaa2D6 ай бұрын
with IN operator.with single field we check multiple values but with AND we can only check only two values
@shoebsaudagar8097 Жыл бұрын
Joined from Amravati University Maharashtra Company name Teamlease
@eswarbhagavannarise6678 Жыл бұрын
Can you please let me know the answer of this question. i.e., how can you send list of record ids send to external system in salesforce.
@SanjayGuptaTechSchool Жыл бұрын
Through integration.
@eswarbhagavannarise6678 Жыл бұрын
@@SanjayGuptaTechSchool thank you for reply. Is it possible through @httpget,@httppost methods in apex exposed methods
@eswarbhagavannarise6678 Жыл бұрын
Is it possible through @httppost method in integration
@kumarsurampudi162 Жыл бұрын
After integration u know that answer We have topics on Serialization ,deserialisation