1. What is the difference between Salesforce Lighting and LWC? Feature Salesforce Lightning LWC (Lightning Web Components) Purpose It is a User interfa…
Read moreSalesforce Interview Questions On Triggers: What is Trigger in Salesforce? What are the two types of triggers in Salesforce? What is the use of trigger cl…
Read moreTrigger
Step 1: Define Trigger Syntax: Replace TriggerName with a unique name for your trigger. Replace ObjectName with the API name of the object on which…
Read moreDescribe the order of execution of a trigger in Salesforce?
The order of execution of triggers in Salesforce follows a specific sequence. Here's a general overview of the order of execution: Before Triggers: a.…
Read morePermission sets in Salesforce are used to grant additional permissions to users beyond what is provided by their profiles. Permission sets can be used …
Read moreData security in Salesforce refers to the measures and practices put in place to protect the confidentiality, integrity, and availability of the data stor…
Read moreThere are several types of reports in Salesforce, including: Tabular Reports: This report displays data in a simple table format without any grouping or …
Read moreA report in Salesforce is a powerful tool that allows users to analyze and visualize data from their Salesforce organization. Reports can be created and…
Read moreSalesforce Inspector is a browser extension for Google Chrome and Mozilla Firefox that provides a set of powerful tools for developers and administrato…
Read moreThe Lightning App Builder is a drag-and-drop tool that allows Salesforce users to create custom applications and user interfaces without the need for co…
Read moreOmniScript and ScreenFlows are both tools used for creating interactive digital experiences, but they differ in their approach and functionality. OmniSc…
Read moreSalesforce AppExchange is an online marketplace where third-party developers can create and distribute applications that integrate with the Salesforce p…
Read moreWorkbench is a powerful web-based suite of tools designed for administrators, developers, and other Salesforce professionals. It allows users to access…
Read moreSetup: The Setup menu is the central location for managing and configuring your Salesforce org. From here, you can set up users and security, customize …
Read moreApex Trigger and Flow are both tools used in Salesforce for automation, but they have different use cases and functionality. Apex Trigger:- 1. Apex Trigge…
Read moreCustom Objects and Custom Settings are both custom components in Salesforce that can be used to store custom data. However, they serve different purposes…
Read moreAuthentication is the process of verifying the identity of a user or system to determine if they are who they claim to be. In the context of computing, a…
Read moreVisualforce is a framework for creating custom user interfaces in Salesforce. It is a component-based framework that allows developers to build custom pa…
Read moreSOQL (Salesforce Object Query Language) and SOSL (Salesforce Object Search Language) are both query languages in Salesforce, but they are used for diffe…
Read moreFlow and Process Builder are both automation tools in Salesforce, but they have some key differences: Purpose: Flows are used to automate business proce…
Read moreHere are the steps to use the ANT Migration Tool in Salesforce: Install the ANT Migration Tool: You need to download and install Apache Ant and the Sale…
Read moreFlow :- Salesforce Flow is a visual interface that allows users to create and manage complex business processes without the need for coding. Flows can…
Read moreProfile :- 1. A profile is a group/collection of settings and permissions that define what a user can do in salesforce. 2. A profile controls “Object p…
Read moreExternal id may be used to reference an id from another external system. Advantages:- We can search id in salesforce. we can use upsert API call via data …
Read moreCase Management:- Cases are used to track support issues. If a customer purchases a product or service and calls in for support, this would get tracked …
Read more1. On the Visualforce page, how many field dependencies are used? Ans:- 10 field dependencies 2. Can two users have the same profile in Salesforce? An…
Read moreRole:- 1. Roles provide access to records visibility for the users. 2. It is basically a record level access. 3. It follows a hierarchy. And data visibl…
Read moreWorkflow:- Workflow in Salesforce is basically a container or business logic engine which automates certain actions based on particular criteria. If the c…
Read moreData Loader:- 1.The Data Loader tool is an external tool that can not only import and export data but also update and delete functions are available . 2…
Read moreExport : 1. It is used to export the Salesforce Data(excluding recycle bin's data) into your local system. 2. You can export data from Sale…
Read moreAnswers are : 1: B 2: C
Read moreAnswers are : 1: B - False 2: D
Read moreAnswers : 1. TRUE 2. TRUE
Read moreThese are the important topics for the admin interview. Data Loader Data import wizard Data security Approval process Permission sets Validation ru…
Read moreValidation rule contains an error condition and error message. If evaluation of error condition results in true value, record is not saved, and the error …
Read more