Salesforce Makes Sense
Salesforce Makes Sense
  • 281
  • 484 153
Apex Use Case 12 | Chapter 71 | Salesforce Developer Masterclass
Write a method to identify the last 5 tasks created today
If you want to continue learning Salesforce (for free), Subscribe Salesforce Makes Sense here
th-cam.com/channels/l-w-QIXwzSdbIDtpIXclcQ.html
To ensure a smooth learning experience,
I have curated playlists that will help you prepare for interviews, train on specific domains and boost your Salesforce journey.
30 Scenario Based Questions:
th-cam.com/play/PLEKSN4V4WEnIUhgsvAGkT2MZ2JbJtb2KQ.html
The Complete Administrator Course
th-cam.com/play/PLEKSN4V4WEnLk4FUYHkfUlNbRynwz5cU4.html
Learn Salesforce in Bytes - Short videos on Salesforce features
th-cam.com/play/PLEKSN4V4WEnIxdPKa-ZqtWelq65CdR3wH.html
Learn Salesforce With Me - Topic based Explanatory Videos
th-cam.com/play/PLEKSN4V4WEnLnoTxyKUy6mFcBwSnKDa6q.html
65 Salesforce Interview Questions:
th-cam.com/play/PLEKSN4V4WEnK93qW9rEQPCM6kLFl99k5u.html
100 Salesforce Interview Questions:
th-cam.com/play/PLEKSN4V4WEnLYWAAIidiDkbGimVFEqOK1.html
If you would like to acknowledge my efforts and want me to continue training and mentoring, you can support me here.
www.buymeacoffee.com/HimanshuM
For any kind of questions, training & mentorship, queries & concerns,
Feel free to drop a mail at
salesforcemakessense@gmail.com
That’s all from this video. See you in the next video. Till then, breathe long and keep learning :)
มุมมอง: 97

วีดีโอ

Apex Use Case 11 | Chapter 70 | Salesforce Developer Masterclass
มุมมอง 10812 ชั่วโมงที่ผ่านมา
Write a method that returns the full form of an acronym (by using Custom Settings) If you want to continue learning Salesforce (for free), Subscribe Salesforce Makes Sense here th-cam.com/channels/l-w-QIXwzSdbIDtpIXclcQ.html To ensure a smooth learning experience, I have curated playlists that will help you prepare for interviews, train on specific domains and boost your Salesforce journey. 30 ...
Apex Use Case 10 | Chapter 69 | Salesforce Developer Masterclass
มุมมอง 13914 ชั่วโมงที่ผ่านมา
Write a method to identify if a plant is an Indoor or Outdoor plant (by using Custom Metadata) If you want to continue learning Salesforce (for free), Subscribe Salesforce Makes Sense here th-cam.com/channels/l-w-QIXwzSdbIDtpIXclcQ.html To ensure a smooth learning experience, I have curated playlists that will help you prepare for interviews, train on specific domains and boost your Salesforce ...
Apex Use Case 9 | Chapter 68 | Salesforce Developer Masterclass
มุมมอง 13516 ชั่วโมงที่ผ่านมา
Write a method that tells you a person is a GenZ or a Millenial or Gen Alpha If you want to continue learning Salesforce (for free), Subscribe Salesforce Makes Sense here th-cam.com/channels/l-w-QIXwzSdbIDtpIXclcQ.html To ensure a smooth learning experience, I have curated playlists that will help you prepare for interviews, train on specific domains and boost your Salesforce journey. 30 Scenar...
Apex Use Case 7 & 8 | Chapter 67 | Salesforce Developer Masterclass
มุมมอง 18614 วันที่ผ่านมา
Write a method that allows you to split bill amongst your friends Write a method that checks if a number is divisible by 7 and 11 both If you want to continue learning Salesforce (for free), Subscribe Salesforce Makes Sense here th-cam.com/channels/l-w-QIXwzSdbIDtpIXclcQ.html To ensure a smooth learning experience, I have curated playlists that will help you prepare for interviews, train on spe...
Apex Use Case 6 | Chapter 66 | Salesforce Developer Masterclass
มุมมอง 18614 วันที่ผ่านมา
Write a method that checks if a person can vote or not based on their age If you want to continue learning Salesforce (for free), Subscribe Salesforce Makes Sense here th-cam.com/channels/l-w-QIXwzSdbIDtpIXclcQ.html To ensure a smooth learning experience, I have curated playlists that will help you prepare for interviews, train on specific domains and boost your Salesforce journey. 30 Scenario ...
Apex Use Case 5 | Chapter 65 | Salesforce Developer Masterclass
มุมมอง 13914 วันที่ผ่านมา
Write a method that accepts an account name and a contact name and checks if a parent child combo exists for the same or not. If it does, it returns a boolean value of true. If you want to continue learning Salesforce (for free), Subscribe Salesforce Makes Sense here th-cam.com/channels/l-w-QIXwzSdbIDtpIXclcQ.html To ensure a smooth learning experience, I have curated playlists that will help y...
Apex Use Case 4 | Chapter 64 | Salesforce Developer Masterclass
มุมมอง 17914 วันที่ผ่านมา
Write a method that queries all contacts associated to an account name and returns a list of email ids of all these contacts If you want to continue learning Salesforce (for free), Subscribe Salesforce Makes Sense here th-cam.com/channels/l-w-QIXwzSdbIDtpIXclcQ.html To ensure a smooth learning experience, I have curated playlists that will help you prepare for interviews, train on specific doma...
Apex Use Case 3 | Chapter 63 | Salesforce Developer Masterclass
มุมมอง 20314 วันที่ผ่านมา
Write a method that accepts an email and sends out an email from the method Challenge yourself with this Salesforce use case! Write a method that accepts an email address and sends an email from within Salesforce. We’ll cover the usage of the Messaging.SingleEmailMessage class, setting up email templates, and handling exceptions. This tutorial is perfect for developers looking to enhance their ...
Apex Use Case 2 | Chapter 62 | Salesforce Developer Masterclass
มุมมอง 19314 วันที่ผ่านมา
Write a method that calculates the Simple Interest for a given principal, interest, and time and returns the SI as the result Put your Salesforce skills to the test with this practice use case! Learn how to write a method that calculates Simple Interest based on principal, interest, and time. We’ll cover the mathematical formula, implementation in Apex, and best practices for ensuring accurate ...
Apex Use Case 1 | Chapter 61 | Salesforce Developer Masterclass
มุมมอง 27921 วันที่ผ่านมา
Write a method that accepts the first name, last name, and email of a person and creates a Contact record for the same Practice your Salesforce skills with this use case! We’ll show you how to write a method that takes a person's first name, last name, and email, then creates a Contact record. Understand the importance of proper data validation and error handling in Apex. We’ll walk through the...
Database.UpsertResult & Database.DeleteResult class | Chapter 60 | Salesforce Developer Masterclass
มุมมอง 6321 วันที่ผ่านมา
Explore the ins and outs of Database.UpsertResult, Database.DeleteResult, and Database.UndeleteResult classes in Salesforce. This video breaks down their methods, showing you how to handle DML operations efficiently. Understand how getId(), getErrors(), and other methods work within these classes to manage your data operations smoothly. We’ll cover use cases for each class and provide code exam...
Database.SaveResult class in Salesforce | Chapter 59 | Salesforce Developer Masterclass
มุมมอง 13221 วันที่ผ่านมา
Understand the Salesforce Database.SaveResult class in this comprehensive tutorial! We dive into the SaveResult class, which is key for handling DML operations in Salesforce. Learn about its methods such as getSuccess(), getErrors(), and how to use them to check the results of your insert, update, and upsert operations. We’ll demonstrate practical examples and discuss common scenarios where Sav...
DELETE & UNDELETE records in Salesforce | Chapter 58 | Salesforce Developer Masterclass
มุมมอง 11321 วันที่ผ่านมา
Master the art of managing records in Salesforce with this comprehensive tutorial on the DELETE and UNDELETE operations! In this video, we dive into the specifics of using the Database.delete and Database.undelete methods in Apex. Learn how to effectively delete records from your Salesforce database and understand the implications of these deletions on data integrity and relationships. We’ll st...
UPSERT - Insert & Update records together | Chapter 57 | Salesforce Developer Masterclass
มุมมอง 10321 วันที่ผ่านมา
Combine insert and update operations seamlessly with the Upsert method in Salesforce! This video guides you through using Upsert to handle both new and existing records efficiently. Understand the importance of external IDs in upsert operations and how to handle different scenarios where records may or may not already exist. We’ll provide code examples and best practices to ensure your upsert o...
Update Records in Salesforce | Chapter 56 | Salesforce Developer Masterclass
มุมมอง 9221 วันที่ผ่านมา
Update Records in Salesforce | Chapter 56 | Salesforce Developer Masterclass
Link Task records with Contacts using WhoId | Chapter 55 | Salesforce Developer Masterclass
มุมมอง 9521 วันที่ผ่านมา
Link Task records with Contacts using WhoId | Chapter 55 | Salesforce Developer Masterclass
Link Task records with Accounts using WhatId | Chapter 54 | Salesforce Developer Masterclass
มุมมอง 11028 วันที่ผ่านมา
Link Task records with Accounts using WhatId | Chapter 54 | Salesforce Developer Masterclass
Inserting records in Salesforce | Chapter 53 | Salesforce Developer Masterclass
มุมมอง 11728 วันที่ผ่านมา
Inserting records in Salesforce | Chapter 53 | Salesforce Developer Masterclass
Understanding Database Operations - Delete | Chapter 52 | Salesforce Developer Masterclass
มุมมอง 100หลายเดือนก่อน
Understanding Database Operations - Delete | Chapter 52 | Salesforce Developer Masterclass
Understanding Database Operations - Update | Chapter 51 | Salesforce Developer Masterclass
มุมมอง 119หลายเดือนก่อน
Understanding Database Operations - Update | Chapter 51 | Salesforce Developer Masterclass
SOQL & SOSL in Apex | Chapter 50 | Salesforce Developer Masterclass
มุมมอง 449หลายเดือนก่อน
SOQL & SOSL in Apex | Chapter 50 | Salesforce Developer Masterclass
Understanding Database Operations - Insert | Chapter 49 | Salesforce Developer Masterclass
มุมมอง 151หลายเดือนก่อน
Understanding Database Operations - Insert | Chapter 49 | Salesforce Developer Masterclass
SObjects in Apex | Chapter 48 | Salesforce Developer Masterclass
มุมมอง 168หลายเดือนก่อน
SObjects in Apex | Chapter 48 | Salesforce Developer Masterclass
OWD, Roles, Sharing Rules, Manual & Apex Sharing | Chapter 47 | Salesforce Developer Masterclass
มุมมอง 861หลายเดือนก่อน
OWD, Roles, Sharing Rules, Manual & Apex Sharing | Chapter 47 | Salesforce Developer Masterclass
With Sharing & Without Sharing in Apex | Chapter 46 | Salesforce Developer Masterclass
มุมมอง 406หลายเดือนก่อน
With Sharing & Without Sharing in Apex | Chapter 46 | Salesforce Developer Masterclass
FINAL Keyword in Apex | Chapter 45 | Salesforce Developer Masterclass
มุมมอง 183หลายเดือนก่อน
FINAL Keyword in Apex | Chapter 45 | Salesforce Developer Masterclass
NULL - Most Important Keyword in Apex | Chapter 44 | Salesforce Developer Masterclass
มุมมอง 291หลายเดือนก่อน
NULL - Most Important Keyword in Apex | Chapter 44 | Salesforce Developer Masterclass
Apex Practice Question 11 - Language Selector | Salesforce Developer Masterclass
มุมมอง 233หลายเดือนก่อน
Apex Practice Question 11 - Language Selector | Salesforce Developer Masterclass
Apex Practice Question 10 - Vowel Counter | Salesforce Developer Masterclass
มุมมอง 193หลายเดือนก่อน
Apex Practice Question 10 - Vowel Counter | Salesforce Developer Masterclass