Day 41 | Salesforce Bootcamp 2023 | SOQL and SOSL in Apex | Learn Live with Sanjay Gupta

preview_player
Показать описание
Do you want to begin your Salesforce Journey & Build your Career in Salesforce Ecosystem???

Then Study Salesforce with Sanjay Gupta at $0 (ZERO) per day!!! Yes you read it Right!

As Promised, I will be teaching Salesforce Admin & Development LIVE & FREE on Sanjay Gupta Tech School at Youtube.

DON’T MISS THIS GOLDEN OPPORTUNITY AND FOLLOW SGTS ON BELOW PLATFORMS:

Salesforce Bootcamp FAQs Sheet:

Youtube Channel : Sanjay Gupta Tech School
Please Subscribe as only Subscribers will be able to ask Questions Live:

Udemy Courses:

If you want to build your career as Salesforce Associate, Admin, Developer, Consultant, Business Analyst, Quality Analyst or in Sales Career, Service Careers, Marketing Careers in Salesforce Ecosystem then this is a Unique Opportunity for Everyone!!!

No matter whether you are a Student, Fresher, Non-IT Professional or IT Professional. Everyone can learn Salesforce!

This bootcamp will help you to prepare for Associate Cert, Admin Cert, PD1 Cert, App Builder Cert and BA Cert.

All you need is:
- Laptop
- Internet
- Daily 1.5 Hours (4 Days a week)
- Follow Sanjay Gupta Tech School on LinkedIn
- Trust in Sanjay Gupta

You need to forget about?
- Money
- Confusion
- Fraud
- False Promises

Timeline:
Total Weeks : 20
Total Hours : 80-100
When : Daily 1.5 hour (Monday - Thursday)
Start Date : 23 January, 2023
Time: 8.30 - 10 PM IST

#salesforce #salesforceadmin #salesforcedeveloper
Рекомендации по теме
Комментарии
Автор

Thank you, my dear sir
it is very helpful to me

Kings
Автор

Thanks you Sir, you were amazing today!

ravigrover
Автор

18:52 it seems there is an error on the syntaxe of the slide (Group BY AccountId should be Account.Name and 'amt' variable doesnt exist)

DDDDD
Автор

hello sir, would you like to cover one scenario of updating Parent record field if any of the child record is updated(if contact phone is updated then update account)without nested for loop

poojaborikar
Автор

isn't ar a list? how did we write get method on a list object with 'Name' as its key? in the last 3 lines

negarrazvan
Автор

Sir not able to understand aggregate function in Apex SOQL

I am following your all your devloper videos

amitdas-lxve
Автор

I have a one question like when to use : 'colon' and when to use = 'equal' sign
may be it is silly question but wanted to know

RideWithAstha
Автор

Will you also teach about Dynamic Soql

akhilsharma
Автор

there is something I dont really get with SOSL. In the dev org I test the query: FIND {%Ba%} IN ALL FIELDS RETURNING Account(Name), Contact(FirstName, LastName, Email). This query didnt return any data in the editor. Whereas the query FIND {%baran%} IN ALL FIELDS RETURNING Account(Name), Contact(FirstName, LastName, Email) return me an account record. The first query if I understand well the meaning of the syntaxe is supposed to return also "baran" with "%ba%". Did I miss something?

DDDDD