What is Salesforce Custom Button?
A Custom Button allows you to add buttons to a record’s page layout to perform specific actions, such as linking to a URL, running a JavaScript function, or executing a Visualforce page.
What is Salesforce Deferred Sharing Maintenance?
Deferred Sharing Maintenance allows you to temporarily defer the processing of sharing rules and group membership, useful during bulk data loads to improve performance.
What is Salesforce Approval Process?
An Approval Process is an automated process in Salesforce that defines a sequence of steps for approving records, including criteria for entering the process and actions at each step.
What is Salesforce Lightning Record Page?
A Lightning Record Page is a customizable page in the Lightning Experience where you can add components to view, create, or edit a record.
What is Salesforce Data Skew?
Data Skew occurs when a single parent record has a very large number of child records, which can lead to performance issues during updates.
What is Salesforce Big Object?
Big Objects allow you to store and manage large amounts of data that do not need to be processed in real-time, designed to handle billions of records without affecting system performance.
What is Salesforce External Object?
External Objects represent data outside your Salesforce org. They are used with Salesforce Connect to integrate external data sources in real-time.
What is Salesforce Email Template?
An Email Template is a preformatted email that can be used for mass emails, workflow alerts, and auto-response messages, supporting HTML, Visualforce, and plain text formats.
What is Salesforce Queueable Apex?
Queueable Apex allows you to submit jobs for asynchronous processing, providing more complex and chainable job functionality compared to future methods.
What is Salesforce Escalation Rule?
Escalation Rules automatically escalate cases when they meet certain criteria, ensuring that high-priority cases are addressed promptly.
What is Salesforce Formula Field?
A Formula Field is a read-only field that automatically calculates a value based on other fields or formulas, updating in real-time as source fields change.
What is Salesforce Connected App?
A Connected App allows external applications to integrate with Salesforce using APIs and standard protocols, controlling security settings and data access.
What is Salesforce Global Picklist Value Set?
Global Picklist Value Sets are reusable picklist values that can be shared across multiple picklist fields in different objects, ensuring consistency.
What is Salesforce In-App Guidance?
In-App Guidance provides customizable prompts and walkthroughs within the Salesforce UI to help users learn new features and complete tasks more effectively.
What is Salesforce Geolocation Field?
A Geolocation Field stores location data as latitude and longitude coordinates, enabling mapping and location-based features within Salesforce.
What is Salesforce Omni-Channel?
Omni-Channel is a customer service feature that routes work items to agents in real-time, based on their availability, skill set, and workload.
What is Salesforce Lightning Data Service (LDS) Record View Form?
LDS Record View Form is a Lightning component that displays record data without the need for Apex controllers, simplifying the development process.
What is Salesforce Transaction Security?
Transaction Security enforces real-time policies for user actions based on conditions you set, such as blocking, alerting, or requiring multi-factor authentication.
What is Salesforce Identity Connect?
Identity Connect integrates Microsoft Active Directory (AD) with Salesforce, synchronizing user data and enabling single sign-on (SSO) for AD users.
What is Salesforce Shield Event Monitoring Real-Time?
Real-Time Event Monitoring provides immediate insights into user activities and system performance, helping to identify and respond to security threats quickly.
What is Salesforce Territory Assignment Rule?
Territory Assignment Rules automatically assign accounts to territories based on predefined criteria, ensuring accounts are correctly aligned with sales territories.
What is Salesforce My Domain?
My Domain allows you to define a custom domain name for your Salesforce org, improving security and brand alignment, and enabling certain Salesforce features.
What is Salesforce Einstein Bot?
Einstein Bots are chatbots powered by AI, designed to handle common customer service inquiries and tasks, integrating seamlessly with Salesforce.
What is Salesforce Delegated Authentication?
Delegated Authentication allows Salesforce to delegate user authentication to an external system, enabling custom login processes and single sign-on (SSO).
What is Salesforce SOQL Injection?
SOQL Injection is a security vulnerability where an attacker manipulates a SOQL query by injecting malicious code, potentially accessing unauthorized data. Proper query parameterization and escaping user inputs prevent this.
What is Salesforce Service Cloud Console?
Service Cloud Console is a UI designed for support agents, consolidating customer information, case details, and related data in a single workspace to improve productivity.