Тёмный
No video :(

Basic of SOQL and SOSL in Salesforce | SOQL Crash Course | DAY 4 Part 1 

Salesforce Apex Hours
Подписаться 108 тыс.
Просмотров 113 тыс.
50% 1

Опубликовано:

 

24 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 81   
@apexhours
@apexhours 2 года назад
Check this post to PPT and code for this session www.apexhours.com/soql-sosl-dml-in-salesforce/
@testmovies09
@testmovies09 2 года назад
All Lectures are really align and proper learning path.. Great work by Apexhour team.. Content like this not even explained in paid courses also. Thank you guys.
@AnnaSzabo
@AnnaSzabo Год назад
These teachers and content designers deserve the BEST OF THE BEST AWARD 🥇
@markusw7833
@markusw7833 Год назад
Some of these videos have good breakdowns of what's essential. Useful.
@apexhours
@apexhours Год назад
Glad it was helpful!
@arunaanala8992
@arunaanala8992 3 года назад
Your Lectures are awesome please make course for certification on PD1
@apexhours
@apexhours 3 года назад
This course will cover lots of topic but we will plan one soon for PD1 exam as well.
@CastorPolux74
@CastorPolux74 2 месяца назад
Excelente. Gracias.
@apexhours
@apexhours 2 месяца назад
Thanks
@michaeljjan6344
@michaeljjan6344 2 года назад
For 32:30, did you create the account_name__C object off-screen? For my demo, it exists in the account, but not in opportunities.
@FirstLast-cy8og
@FirstLast-cy8og 3 года назад
Exactly what I was looking for
@apexhours
@apexhours 3 года назад
Keep watching
@claudiacontreras33
@claudiacontreras33 Год назад
This is really good! Thank you!
@apexhours
@apexhours Год назад
Keep watching
@sophieyyyhh0057
@sophieyyyhh0057 Год назад
Excellent teaching sir👌👌👌 Also could u pls make session on copado tutorials?
@apexhours
@apexhours Год назад
Will try
@AnnaSzabo
@AnnaSzabo Год назад
This is so helpful! Thank you 😊
@apexhours
@apexhours Год назад
Keep watching
@AnnaSzabo
@AnnaSzabo Год назад
@@apexhours I am! 🙂
@kratigupta7051
@kratigupta7051 3 года назад
Very Helpful video
@apexhours
@apexhours 3 года назад
Glad you think so!
@revanthkumar6735
@revanthkumar6735 3 года назад
Thank you so much sir, helpful video
@apexhours
@apexhours 3 года назад
Happy to help. Keep watching
@ahmetkilicer4531
@ahmetkilicer4531 Год назад
Great Content, Thanks guys!!
@vinuvarghese2851
@vinuvarghese2851 4 года назад
Excellent presentation
@apexhours
@apexhours 4 года назад
Glad you liked it
@djtyros
@djtyros 4 месяца назад
Compared to the previous videos, i am struggling to understand this gentleman.
@apexhours
@apexhours 4 месяца назад
Sorry about that
@djtyros
@djtyros 4 месяца назад
@@apexhours thanks, that's ok. I'm listening over a few times to understand
@SalesforceUSA
@SalesforceUSA Год назад
Good video. I recommend it.
@vickyvijay1515
@vickyvijay1515 4 года назад
Can post lighting videos
@apexhours
@apexhours 4 года назад
Soon
@kaszaspeter77
@kaszaspeter77 2 года назад
What is "less" or "more" in query cost? Is 1 a good value? What is a good range?
@awesome_harish
@awesome_harish 2 года назад
Cand we query the data definition of table like table name , column name , data type , size , etc
@heikokraemer2735
@heikokraemer2735 4 года назад
An other great session - thank you guys!! One question: The child record query from 1:06:30 - could we use that to initiate a map instead of list? How to write that?
@apexhours
@apexhours 4 года назад
Can you please share the code ?
@heikokraemer2735
@heikokraemer2735 4 года назад
@@apexhours Yes, sure. The code shown in 1:06:30 is like this: List lstAcc = [SELECT Name, (SELECT Id, Name, CloseDate FROM Opportunities) FROM Account]; I wonder if it's possible to use a map instead, where the AccountId is the key and Opportunities the values Map. Can I use a single Query to introduce a map? I believe not - but what do I know, I'm beginner … Have tried: Map lstAcc = [SELECT Id, (SELECT Id, Name, CloseDate FROM Opportunities) FROM Account]; ERROR: Illegal assignment from List to Map Makes total sense … probably a dumb question … sorry, think I've answered it for myself 😅
@somyatiwari8870
@somyatiwari8870 4 года назад
@@heikokraemer2735 i guess a bit of external processing you can do that Map accMap = [SELECT ID, (SELECT ID FROM OPPORTUNITY) FROM ACCOUNT] ; Map oppMap = new Map(); for(Id accid : accMap.keySet()) { Account acc = accMap.get(accid); If(oppMap.contains(accid)) { LIST temp = oppMap.get(accid); Temp.addall(acc.opportunities); OppMap.put(accid, temp) ; } Kindly ignrke some basic mistake, wrote this on a phone....
@rafaellopezreyes386
@rafaellopezreyes386 4 года назад
One cuestion, you have a course complete for developers Salesforce?, thanks i liked this video
@apexhours
@apexhours 4 года назад
Yes. Please check our developer playlist www.apexhours.com/apex-hours-for-students-developer-program/
@sudeepreddy8066
@sudeepreddy8066 4 года назад
Q) 1:09:11 Why did u use String s = 'Acme'; (What is the significance of 'string s' over SOQL in for loop iteration)
@apexhours
@apexhours 4 года назад
Can you please post full code here
@narinari9595
@narinari9595 3 года назад
excellent
@apexhours
@apexhours 3 года назад
Glad it was helpful! keep watching
@kiranvrao9714
@kiranvrao9714 7 месяцев назад
T hank you
@apexhours
@apexhours 7 месяцев назад
Glad you like it
@devsharma8760
@devsharma8760 3 года назад
Do you have a course complete for admin Salesforce?
@apexhours
@apexhours 3 года назад
check here www.apexhours.com/salesforce-apex-hours-for-students/
@vaishnavi36
@vaishnavi36 4 года назад
Thank you!!
@apexhours
@apexhours 4 года назад
Glad you liked it
@asish681
@asish681 2 года назад
First of all thank you for this. This is really informative. But one thing wanna know that, you have used for loop under another for loop which is not a best practice. Let know if I am not wrong. Thanks
@apexhours
@apexhours 2 года назад
You are correct . You should use map to avoid for loop inside for loop
@narenp8471
@narenp8471 2 года назад
Can you please post the correct alternative code here! Thanks in advance
@shivanishikha8552
@shivanishikha8552 2 года назад
@@narenp8471 did you get the answer?
@shivanishikha8552
@shivanishikha8552 2 года назад
@@apexhours can you please share the alternate code ... Please
@KumarNaveennaveen
@KumarNaveennaveen 2 года назад
If have created a report and report type contains Accounts, Custom object lets say B. I am filtering in report using Account record type and record type from B. COULD YOU PLEASE TELL ME HOW CAN WE WRITE A SOQL QUERY FOR THIS?? PLEASE
@AnnaSzabo
@AnnaSzabo Год назад
I want to send you some money as a thank you. Typically, there’s a THANK YOU button on a monetized channel where a viewer like me can click and send you cash 💰 Why don’t you have the THANK YOU button to accept money from grateful viewers? I’ve learned so much, I’m so grateful 😇
@apexhours
@apexhours Год назад
Thank you so much for your kind words. Your appreciation is more then money for us.
@AnnaSzabo
@AnnaSzabo Год назад
@@apexhours Understood. Well... in that case, please accept $10000000 worth of my appreciation ❤
@sai.kumarpogula3335
@sai.kumarpogula3335 3 года назад
When i was trying same Query i am getting unknown parse error and something Aggregate parse error could you help me this error
@apexhours
@apexhours 3 года назад
Can you please share more detail like code and etc
@HIMANSHURISHUSINGH
@HIMANSHURISHUSINGH 4 года назад
niceee
@apexhours
@apexhours 4 года назад
Thanks
@yatin1370
@yatin1370 Год назад
SOSL could have been elaborated more. It was rushed. Rest was explained good.
@SeekingSmiles236
@SeekingSmiles236 Год назад
SHello Sir can you help me with this?? Select AccountId,max(Amount) from Opportunity where AccountId = '0015i00000NCb9lAAD' group by AccountID I should get the result as 915000 but getting 91500 . Can you explain me why this is happening?
@vipinkumar-bd5ib
@vipinkumar-bd5ib 3 года назад
at 32:24 how did you get the API name for Account Name in Opportunity because when i look in field and relationship for opportunity in object manager field Name for Account Name is AccountId. please explain i am new in salesforce and i am having hard time finding those value api name.
@m.p.5232
@m.p.5232 3 года назад
He has created a custom field for that, you can see it from how the API name of the field ends
@sambitkumarnayak8041
@sambitkumarnayak8041 3 года назад
AccountId is a standard field refers to the salesforce Id of the account but if you want to fetch any field values from child to parent you need to eliminate the Id key word and refer the account fields with Account.AccountfieldAPIname but if its custom field then you need to append __r.AccountfieldAPIname. So lets say if the custom lookup field API name is AccountId__c then you need to use AccountId__r.AccountfieldAPIname
@madvillain6547
@madvillain6547 3 года назад
32.48 I got some error
@apexhours
@apexhours 3 года назад
what error you got ?
@VipinSharma-oc3uu
@VipinSharma-oc3uu 3 года назад
Sql and soql is same ?
@apexhours
@apexhours 3 года назад
almost same.
@VipinSharma-oc3uu
@VipinSharma-oc3uu 3 года назад
Can I be Salesforce engineer after pgdca
@akashsadhu1430
@akashsadhu1430 Год назад
sokel sosel
@apexhours
@apexhours Год назад
:)
@shahidghafoor3541
@shahidghafoor3541 3 года назад
Very boring
@apexhours
@apexhours 3 года назад
Sorry about that. We will try to improve in future. Thanks for your feedback. Keep watching
@chrisw1898
@chrisw1898 2 года назад
@@apexhours Don't listen to him. It's a very informative video. Thanks for putting out the content!
Далее
Developer Tools & Debugging Tools | DAY 3
1:10:40
Просмотров 92 тыс.
REFLEX CHALLENGE vs FOOTBALL MACHINE 🙈😱
00:24
Просмотров 3,5 млн
Basic of Triggers | DAY 5 Part 1
51:05
Просмотров 96 тыс.
Overcome Salesforce Governor Limits Using Platform Events
1:32:18
Salesforce Integration Patterns & Best Practices
1:31:51
Просмотров 101 тыс.
SOQL in Salesforce | EXPLAINED | Salesforce Makes Sense
1:59:20
Basic of Integration in Salesforce | Day 8 part 1
38:58