Day 40 | Salesforce Bootcamp 2023 | SOQL in Apex | Learn Live with Sanjay Gupta

  Рет қаралды 17,299

Sanjay Gupta Tech School

Sanjay Gupta Tech School

Күн бұрын

Пікірлер: 42
@nayankolhe8355
@nayankolhe8355 Жыл бұрын
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
@SanjayGuptaTechSchool Жыл бұрын
Glad to hear that
@sapnachauhan7200
@sapnachauhan7200 4 ай бұрын
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.
@alexchristopherj6466
@alexchristopherj6466 11 ай бұрын
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-fg2ki
@LpL-fg2ki 5 ай бұрын
Thanks for your efforts, they are really very helpful.
@SanjayGuptaTechSchool
@SanjayGuptaTechSchool 5 ай бұрын
Glad you like them!
@znak2001
@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
@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.
@shrutisinghaniya8798
@shrutisinghaniya8798 8 ай бұрын
For certification where did you get the vouchers from?
@sophiaabraham5205
@sophiaabraham5205 Жыл бұрын
Very Useful, Thank you so much
@SanjayGuptaTechSchool
@SanjayGuptaTechSchool Жыл бұрын
Glad it was helpful!
@rajendrakumarvupputuri9458
@rajendrakumarvupputuri9458 Жыл бұрын
Thankyou sir
@Sivaa2D
@Sivaa2D 6 ай бұрын
we can also fetch the records with condition and along with limit as well
@narendrareddy552
@narendrareddy552 Жыл бұрын
nice video sir
@SanjayGuptaTechSchool
@SanjayGuptaTechSchool Жыл бұрын
Keep watching
@poornimasrivastava1897
@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
@SanjayGuptaTechSchool Жыл бұрын
You are most welcome
@ningutej1
@ningutej1 Жыл бұрын
what is difference, List accList=[query] and List accList= new List ([query])
@Sivaa2D
@Sivaa2D 6 ай бұрын
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
@samsir8317 Жыл бұрын
@kanchangupta5012
@kanchangupta5012 Жыл бұрын
In binding variable for map how we query for values... What should I write after WHERE nd before IN?
@anuradhabadgujar6706
@anuradhabadgujar6706 Жыл бұрын
Which Admin certification will be first to do(ADM 201 or ADM211) ?
@SanjayGuptaTechSchool
@SanjayGuptaTechSchool Жыл бұрын
Adm 201
@sandeepyadav-zl7ec
@sandeepyadav-zl7ec 7 ай бұрын
good evening sir how to save a class file in apex can you tell that
@DDDDD43330
@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
@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
@prajaktapatil1780
@prajaktapatil1780 8 ай бұрын
Is it? Did u get any information on this?
@truptiramteke6050
@truptiramteke6050 6 ай бұрын
Thank you so much sir ,for this helpful video
@rushabhjaiswal-f2w
@rushabhjaiswal-f2w 4 ай бұрын
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
@SanjayGuptaTechSchool
@SanjayGuptaTechSchool 4 ай бұрын
Pd2
@rushabhjaiswal-f2w
@rushabhjaiswal-f2w 4 ай бұрын
@@SanjayGuptaTechSchool Thank You sir. You are real Salesforce MVP
@srivalligodavarthi9109
@srivalligodavarthi9109 Жыл бұрын
then sir what is difference between AND and. IN both are giving out put based on 2 values
@Sivaa2D
@Sivaa2D 6 ай бұрын
with IN operator.with single field we check multiple values but with AND we can only check only two values
@shoebsaudagar8097
@shoebsaudagar8097 Жыл бұрын
Joined from Amravati University Maharashtra Company name Teamlease
@eswarbhagavannarise6678
@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
@SanjayGuptaTechSchool Жыл бұрын
Through integration.
@eswarbhagavannarise6678
@eswarbhagavannarise6678 Жыл бұрын
@@SanjayGuptaTechSchool thank you for reply. Is it possible through @httpget,@httppost methods in apex exposed methods
@eswarbhagavannarise6678
@eswarbhagavannarise6678 Жыл бұрын
Is it possible through @httppost method in integration
@kumarsurampudi162
@kumarsurampudi162 Жыл бұрын
After integration u know that answer We have topics on Serialization ,deserialisation
Day 41 | Salesforce Bootcamp 2023 | SOQL and SOSL in Apex | Learn Live with Sanjay Gupta
1:04:36
SOSL Queries In Apex | Premium Salesforce Development Tutorial 2024
10:40
Человек паук уже не тот
00:32
Miracle
Рет қаралды 3,8 МЛН
бабл ти гель для душа // Eva mash
01:00
EVA mash
Рет қаралды 8 МЛН
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 35 МЛН
How To Become A DevOps Engineer in 2023? | Skills To Learn
20:34
Travis Media
Рет қаралды 586 М.
OpenAI Assistants API - Course for Beginners
3:32:55
freeCodeCamp.org
Рет қаралды 494 М.
30 Minute Course [Salesforce AI Associate Certification]
26:11
Salesforce Help Club
Рет қаралды 62 М.
Day 39 | Salesforce Bootcamp 2023 | Loop in Apex | Learn Live with Sanjay Gupta
57:56
Человек паук уже не тот
00:32
Miracle
Рет қаралды 3,8 МЛН