Yearly Archives: 2020

Salesforce Interview Question Answers | Part 4

Question 1. When Do You Use A Before Vs....

Salesforce Interview Question Answers | Part 3

Salesforce Interview Question Answers Question 1. Explain What Is the...

Salesforce Admin Certification Preparation – 3

Prepare for you're Salesforce Admin Credentials #SayNoToDUMPS here are the...

Salesforce Admin Certification Preparation – 2

Prepare for you're Salesforce Admin Credentials #SayNoToDUMPS here are the...

Salesforce Admin Certification Preparation – 1

Prepare for you're Salesforce Admin Credentials #SayNoToDUMPS here are the...

Salesforce Interview Question Answers | Part 2

Salesforce Interview Question Answers Question 1. Mention How Many Relationships...

Salesforce Interview Question Answers | Part 1

Salesforce Interview Question Answers | Part 1 Are you preparing...

Salesforce Object Key Prefix List

Salesforce Object Key Prefix List, What are the Key...

How to Get Object Type from ID

Find Object Type from Record ID RecordID would be your...

ADVERTISMENT

Create an insert trigger on Lead, which will update rating as hot, whenever new Lead record is created.

To the above task create and trigger on Lead Object, and paste the below code to see results. trigger Leadtrigger on Lead (before insert) { ...

Salesforce Interview Question Answers | Part 4

Question 1. When Do You Use A Before Vs. After Trigger? Answer: 95% of triggers are before triggers – so if you’re unsure, go with before! You...

Salesforce Interview Question Answers | Part 3

Salesforce Interview Question Answers Question 1. Explain What Is the Limit of Data.com Records That Can Be Added to Salesforce? Answer: User can see their limit form...

Salesforce Admin Certification Preparation – 3

Prepare for you're Salesforce Admin Credentials #SayNoToDUMPS here are the following Question and Answers to get prepared for your upcoming Salesforce Admin Certification Exam. 101. Which...

Salesforce Admin Certification Preparation – 2

Prepare for you're Salesforce Admin Credentials #SayNoToDUMPS here are the following Question and Answers to get prepared for your upcoming Salesforce Admin Certification Exam. 51. Universal...

Salesforce Admin Certification Preparation – 1

Prepare for you're Salesforce Admin Credentials #SayNoToDUMPS here are the following Question and Answers to get prepared for your upcoming Salesforce Admin Certification Exam. 1. Universal...

Salesforce Interview Question Answers | Part 2

Salesforce Interview Question Answers Question 1. Mention How Many Relationships Are Included In Sfdc And What Are They? Answer: There are two types of relationships, there are...

Salesforce Interview Question Answers | Part 1

Salesforce Interview Question Answers | Part 1 Are you preparing for your'e Salesforce Developer Interview? Your'e at right place. check out below Salesforce Interview Preparation...

Salesforce Object Key Prefix List

Salesforce Object Key Prefix List, What are the Key Prefix in Salesforce Standard Object NameObject Key Prefixes001Account002Note003Contact005User006Opporunity007Activity 500Case701Campaigns00BListView / View00DOrganization00EUserRole00GGroup00IPartner00OReport00PAttachment00QLead00TTask00UEvent00XEmailTemplate00YEmailTemp00eProfile00hLayout - Page00iPricebook00jProduct00kOpportunityLineItem00lFolder00vCampaignMember01ZDashboard01aDashboardComponent01sPricebook201tProduct202cSharing Rule03uUserPreference800Contract801Order802Orderitem806Approval

How to Get Object Type from ID

Find Object Type from Record ID RecordID would be your Record Id of any type of Salesforce Object. Reference hereString sObjName = RecordID.getSObjectType().getDescribe().getName(); Record ID to Object Name Other Post...

Don't miss