π There are two date fields on an Object say Date1 & Date2, Now I want to Write a SOQL Query in SOQL Editor to fetch all the Object records where Date 2 is Greater than Date 1.
βhow you will do this using SOQL only?
βhow you will do this using SOQL only?
PantherSchools pinned Β«π There are two date fields on an Object say Date1 & Date2, Now I want to Write a SOQL Query in SOQL Editor to fetch all the Object records where Date 2 is Greater than Date 1. βhow you will do this using SOQL only?Β»
Which is not a valid SOQL Keyword?
Anonymous Quiz
3%
SELECT
4%
GROUP BY
2%
WHERE
51%
ROLLUP
41%
FILTER
What is the Size of List in Salesforce?
Anonymous Quiz
12%
3MB
7%
1MB
22%
10K Records
30%
50K records
30%
6MB
Forwarded from Salesforce Geeks
π₯Salesforce Mock Interview for Developer Role 2 year Exp
πLink of the Premiere π»: https://youtu.be/L1r8B1IPDpg
Set Reminder for 10:15π AM
For more Join bit.ly/salesforcegeeks
πLink of the Premiere π»: https://youtu.be/L1r8B1IPDpg
Set Reminder for 10:15π AM
For more Join bit.ly/salesforcegeeks
YouTube
SALESFORCE MOCK INTERVIEW for Experienced | QNA Special
Salesforce Mock Interview for Experienced for the role of Salesforce Developer.
Special Thanks to Amit Singh to share with us the Podcast where we are covering Salesforce Mock Interview for Experienced.
Check out Amit Singh Channel: youtube.com/sfdcpantherβ¦
Special Thanks to Amit Singh to share with us the Podcast where we are covering Salesforce Mock Interview for Experienced.
Check out Amit Singh Channel: youtube.com/sfdcpantherβ¦
π Full Time Salesforce Trainer Required
If interested then share your resume to the mentioned email.
Company Name - Hexaview Technologies
Email - Nishtha.kalra@hexaviewtech.com
Location - Noida
π P.S. I am just sharing the Job opening
If interested then share your resume to the mentioned email.
Company Name - Hexaview Technologies
Email - Nishtha.kalra@hexaviewtech.com
Location - Noida
π P.S. I am just sharing the Job opening
Which is not a valid JS method?
Anonymous Quiz
8%
console.time
9%
console.log
7%
console.error
23%
console.end
53%
console.profile
π Join me today to learn about External Services in Salesforce
π RSVP - https://trailblazercommunitygroups.com/events/details/salesforce-salesforce-developer-group-kanpur-india-presents-introduction-to-external-services-low-code-integration/
π RSVP - https://trailblazercommunitygroups.com/events/details/salesforce-salesforce-developer-group-kanpur-india-presents-introduction-to-external-services-low-code-integration/
Trailblazercommunitygroups
Introduction to External Services - Low Code Integration | Trailblazer Community Groups
I'm attending the Salesforce Developer Group, Kanpur, India meeting on May 1, 2021! Join me #TrailblazerCommunity https://trailblazercommunitygroups.com/e/mbtm5q/
Security in Salesforce: What Developers Must Know
β What is secure applications?
β Enforce data security
β Prevent SOQL injection
β Locker Service
β Security best practices for LWC
https://www.youtube.com/watch?v=RMTA06yWNms
For more join π https://t.me/apexHours
β What is secure applications?
β Enforce data security
β Prevent SOQL injection
β Locker Service
β Security best practices for LWC
https://www.youtube.com/watch?v=RMTA06yWNms
For more join π https://t.me/apexHours
YouTube
Security in Salesforce | Security for Salesforce Developers
Security in Salesforce: What Developers Must Know
0:00 Introduction
3:00 Agenda
4:05 Data security
5:18 User Mode & System Mode
9:13 CRUD & FLS Data Model
10:45 Enforcing CRUD & FLS
33:00 Record level sharing
33:51 Record Sharing Data Model
35:00 Record Sharingβ¦
0:00 Introduction
3:00 Agenda
4:05 Data security
5:18 User Mode & System Mode
9:13 CRUD & FLS Data Model
10:45 Enforcing CRUD & FLS
33:00 Record level sharing
33:51 Record Sharing Data Model
35:00 Record Sharingβ¦
Which is a valid WSDL available in Salesforce?
Anonymous Quiz
1%
Client Certificate
8%
Authentication WSDL
24%
Apex WSDL
3%
Delegated Authentication
16%
Both A&B
20%
Both A&C
29%
A,C,D
π External Services in Salesforce Recording is available now
β¬οΈ
https://youtu.be/bP37KvC5m0s
π PLEASE DO LIKE, SHARE & SUBSCRIBE THE CHANNEL
β¬οΈ
https://youtu.be/bP37KvC5m0s
π PLEASE DO LIKE, SHARE & SUBSCRIBE THE CHANNEL
YouTube
Introduction to External Services | Low Code Integration | #SFDCKanpurMeetup
π For any business inquiry or feedback contact sfdcpanther@gmail.comπ Buy Me a Coffee https://www.buymeacoffee.com/sfdcpantherπ Join our Hindi YouTube Cha...
π Learn Salesforce #Integration, #LWC with SFDCPanther on the Udemy platform.
π΄Buy all my courses for just βΉ360(Individual Course) Use Coupon code MAY2021SALE
πSalesforce #Integration - https://lnkd.in/eQ5jRZC
πSalesforce #LightningWebComponent - https://lnkd.in/eV4zfRU
πSalesforce Real-Time Project - https://lnkd.in/eZHyC9A
#Learn #Salesforce #Udemy #Integration #LWC #Lighning #WebComponent
π΄Buy all my courses for just βΉ360(Individual Course) Use Coupon code MAY2021SALE
πSalesforce #Integration - https://lnkd.in/eQ5jRZC
πSalesforce #LightningWebComponent - https://lnkd.in/eV4zfRU
πSalesforce Real-Time Project - https://lnkd.in/eZHyC9A
#Learn #Salesforce #Udemy #Integration #LWC #Lighning #WebComponent
Udemy
Mastering Salesforce Integration: Novice to Professional
A step by step guide from concept to implementation to be an Integration Champion
Can we change the Profile of the Default Salesforce Admin in Salesforce ORG?
Anonymous Quiz
37%
Yes
49%
No
8%
Yes, Using Apex
2%
Yes, Using Flows
4%
None of the Above
What is the OutCome of below Code
function sayHi() {
console.log(name);
console.log(age);
var name = 'Lydia';
let age = 21;
}
sayHi();
function sayHi() {
console.log(name);
console.log(age);
var name = 'Lydia';
let age = 21;
}
sayHi();
Choose the answer for the above question
Anonymous Quiz
17%
Lydia and undefined
13%
Lydia and ReferenceError
11%
ReferenceError and 21
60%
undefined and ReferenceError
π Tips to clear the Salesforce Certified Data Architecture & Management.
π https://www.sfdcpanther.com/how-to-clear-salesforce-certified-data-architecture-management-designer/
π https://www.sfdcpanther.com/how-to-clear-salesforce-certified-data-architecture-management-designer/
Agile in Salesforce | Agile salesforce implementation
β Agile vs Waterfall
β Introduction to Scrum
β Scrum Roles
β Scrum Ceremonies
β Q&A
https://youtu.be/YAGnhQ_XYpQ
β Agile vs Waterfall
β Introduction to Scrum
β Scrum Roles
β Scrum Ceremonies
β Q&A
https://youtu.be/YAGnhQ_XYpQ
YouTube
Agile in Salesforce | Agile salesforce implementation
When Salesforce Met Agile
β Agile vs Waterfall
β Introduction to Scrum
β Scrum Roles
β Scrum Ceremonies
β Q&A
β Agile vs Waterfall
β Introduction to Scrum
β Scrum Roles
β Scrum Ceremonies
β Q&A