Salesforce terms starting with D
82 terms in the dictionary that start with D.
- DashboardAnalyticsBeginner
A Dashboard in Salesforce is a visual display of data from multiple reports presented as charts, gauges, tables, and metrics on a single page. Dashboards provide an at-a-glance view of key business data and can be filtered dynamically by the viewing user. Each dashboard component is backed by a source report.
View term → - Dashboard BuilderAnalyticsIntermediate
Dashboard Builder in Salesforce is the drag-and-drop editor used to create and modify dashboards. It provides a canvas where users add, arrange, resize, and configure dashboard components (charts, gauges, tables, and metrics), each backed by a source report. Dashboard Builder allows users to set filters, choose chart types, configure component properties, and preview the dashboard before saving.
View term → - Dashboard FiltersAnalyticsAdvanced
Dashboard Filters in Salesforce are interactive filter controls added to a dashboard that allow viewers to dynamically filter the data displayed across all dashboard components. Up to five filters can be added per dashboard, and each filter maps to fields in the underlying reports. Users click a filter and select values to instantly refine the dashboard view without editing the source reports.
View term → - Dashboard WidgetAnalyticsBeginner
A Dashboard Widget (also called a Dashboard Component) in Salesforce is an individual visual element within a dashboard that displays data from a specific source report. Widgets can be displayed as bar charts, pie charts, donut charts, line charts, funnel charts, scatter charts, gauges, metrics, or tables. Each widget is configured with a source report, chart type, and display properties.
View term → - Data CategoriesAdministrationIntermediate
Data Categories is a Setup area where administrators create hierarchical category groups used to classify Knowledge articles and Questions in Chatter Answers. Data categories enable users to filter and find relevant articles by topic, region, product line, or any other classification scheme defined by the organization.
View term → - Data Category for ArticlesServiceBeginner
A Data Category for Articles in Salesforce Knowledge is a specific category within a Data Category Group used to classify and organize Knowledge articles. Authors assign data categories to articles during creation or editing, and end users use these categories to browse or filter articles when searching the Knowledge base. Data categories also control article visibility based on role-based access rules.
View term → - Data Classification DownloadAdministrationBeginner
Data Classification Download is a Setup feature that exports the data classification metadata for all fields in the org to a CSV file. This includes sensitivity levels, compliance categories, and data owner information assigned to each field, providing a comprehensive inventory for data governance and privacy audits.
View term → - Data Classification SettingsAdministrationIntermediate
Data Classification Settings is a Setup page where administrators enable and configure the data classification framework for the org. This framework allows organizations to tag fields with sensitivity levels (such as Public, Internal, Confidential, Restricted), compliance categories (GDPR, HIPAA, PCI), and data ownership information.
View term → - Data Classification UploadAdministrationIntermediate
Data Classification Upload is a Setup feature that allows administrators to bulk-update data classification metadata by uploading a CSV file. This enables organizations to classify hundreds of fields at once rather than updating each field individually, streamlining the data governance process.
View term → - Data CloudPlatformAdvanced
Data Cloud is Salesforce's hyperscale data platform that ingests, harmonizes, and unifies data from any source into a single customer profile. It connects data from CRM, websites, mobile apps, data warehouses, and third-party systems in near real-time, enabling segmentation, activation, and AI-driven insights across the entire Salesforce ecosystem.
View term → - Data EncryptionAdministrationIntermediate
Data Encryption in Salesforce refers to the various encryption mechanisms used to protect sensitive data. Salesforce provides Classic Encryption (a 128-bit AES encrypted custom field type for masking data) and Platform Encryption (part of Salesforce Shield, which encrypts data at rest with 256-bit AES encryption while preserving platform functionality like search, workflow, and validation rules). Data is also encrypted in transit using TLS.
View term → - Data Encryption KeysAdministrationIntermediate
Data Encryption Keys in Salesforce are the cryptographic keys used to encrypt and decrypt data protected by Platform Encryption (Salesforce Shield). Administrators manage these keys through the Key Management Setup page, where they can generate new keys, rotate (archive) existing keys, export keys for backup, and import keys. Each key has a status (Active, Archived, or Destroyed) and different key types exist for different data categories.
View term → - Data ExportAdministrationBeginner
Data Export is a Setup feature that allows administrators to perform manual or scheduled exports of all data in the org. The export generates a set of CSV files containing records from all standard and custom objects, which can be downloaded as a ZIP file for backup, compliance, or migration purposes.
View term → - Data Import WizardAdministrationIntermediate
Data Import Wizard is a built-in Salesforce Setup tool that provides a guided, step-by-step interface for importing data from CSV files into standard objects like Accounts, Contacts, Leads, and Solutions, as well as custom objects. It includes duplicate checking, field mapping, and the ability to trigger workflow rules and processes during import.
View term → - Data Integration MetricsAdministrationIntermediate
Data Integration Metrics is a Setup page that displays performance and health metrics for data integration rules and processes running in the org. It shows success rates, error counts, processing times, and record volumes for integrations that enrich or synchronize Salesforce data with external sources.
View term → - Data Integration RulesAdministrationIntermediate
Data Integration Rules is a Setup page where administrators enable and manage rules that automatically enrich Salesforce records with data from external services. Salesforce provides built-in integration rules for geocoding addresses and standardizing address formats using Data.com and other services.
View term → - Data LoaderAdministrationIntermediate
Data Loader is a Salesforce client application used to bulk import, export, update, delete, and upsert data. It supports CSV files and can process up to five million records at a time. Data Loader is available as a desktop application and can be run from the command line for scheduled or automated data operations.
View term → - Data Manipulation Language (DML)DevelopmentIntermediate
Data Manipulation Language (DML) in Salesforce Apex refers to the set of operations used to insert, update, upsert, delete, undelete, and merge records in the Salesforce database. DML operations can be performed using DML statements (like insert account;) or Database class methods (like Database.insert(account, false)). DML operations are subject to governor limits, including a maximum of 150 DML statements per transaction.
View term → - Data Model ObjectPlatformIntermediate
A Data Model Object (DMO) in Salesforce Data Cloud is a standardized data structure within the Data Cloud data model that represents a specific entity such as an Individual, Account, Sales Order, or Engagement Event. DMOs define the schema (fields and relationships) for ingested data and are part of the canonical data model that Data Cloud uses to harmonize data from multiple sources into a unified view.
View term → - Data Protection and PrivacyAdministrationBeginner
Data Protection and Privacy is a Setup page that centralizes privacy-related settings and tools for the org. It provides access to data classification, consent management, individual rights portability, and other features that help organizations comply with privacy regulations like GDPR, CCPA, and HIPAA.
View term → - Data StateAdministrationBeginner
Data State in Salesforce refers to the condition or status classification assigned to data within a field as part of the Data Classification framework. Data states include values like 'Active,' 'Archived,' and 'Purged,' indicating the lifecycle stage of the data. This classification helps organizations manage data retention policies and compliance requirements by tracking how data should be handled at each stage.
View term → - Data StreamPlatformIntermediate
A Data Stream in Salesforce Data Cloud is an ingestion pipeline that brings data from an external source into Data Cloud. Data Streams define the source system, the data schema (mapping source fields to Data Cloud fields), the refresh schedule (real-time, batch, or incremental), and the target Data Model Object. They are the primary mechanism for connecting external data sources like databases, cloud storage, APIs, and Salesforce orgs to Data Cloud.
View term → - DatabasePlatformIntermediate
Database in Salesforce refers to the underlying relational database that stores all of an organization's data. In Salesforce's multi-tenant architecture, each org's data is stored in a shared database infrastructure but logically isolated from other tenants. Salesforce objects (both standard and custom) correspond to database tables, fields correspond to columns, and records correspond to rows. Data is accessed via SOQL, SOSL, APIs, and the Salesforce user interface.
View term → - Database TablePlatformIntermediate
A Database Table in Salesforce's context refers to the underlying storage structure represented by a Salesforce object. Each standard object (like Account or Contact) and custom object corresponds to a table in Salesforce's relational database. Fields on the object are the table's columns, and individual records are the table's rows. While users interact with objects through the Salesforce UI, developers and architects reference the database table concept when discussing data architecture and SOQL queries.
View term → - Dataflow StepAnalyticsAdvanced
A Dataflow Step is an individual transformation operation within a CRM Analytics dataflow that processes data from one or more source datasets. Each step performs a specific function such as filtering, joining, aggregating, or calculating values, and the output feeds into subsequent steps to build the final analytical dataset.
View term → - Dataloader.ioAdministrationAdvanced
Dataloader.io is a cloud-based data loading tool accessible from Setup that enables administrators to import, export, update, and delete Salesforce records without installing desktop software. It provides a web interface for CSV-based data operations, scheduled jobs, and direct integrations with cloud storage services like Dropbox and Google Drive.
View term → - DataRaptorServiceAdvanced
DataRaptor is an OmniStudio tool for reading, transforming, and writing Salesforce data in real time - a lightweight, configurable data integration layer that extracts from objects, applies transformations, and persists changes back without custom Apex. Starting with Summer '24, Salesforce is renaming DataRaptors to OmniStudio Data Mapper (Data Mapper Extract, Transform, Load, and Turbo Extract); the old and new names refer to the same capability.
View term → - Dataset BuilderAnalyticsBeginner
Dataset Builder is a CRM Analytics tool that allows users to create datasets directly from Salesforce objects and other data sources through a visual interface. It enables non-technical business users to build analytics datasets by selecting objects, fields, and join relationships without writing code.
View term → - DataWeave ResourcesDevelopmentAdvanced
DataWeave Resources is a Setup page for managing DataWeave scripts, which are used for data transformation within Salesforce. DataWeave is a programming language for querying and transforming data available in Mule applications and Salesforce, allowing developers to convert data between formats like JSON, XML, and CSV.
View term → - Date LiteralDevelopmentAdvanced
A Date Literal is a keyword in SOQL that represents relative dates dynamically, such as TODAY, YESTERDAY, LAST_WEEK, THIS_QUARTER, LAST_FISCAL_YEAR, or NEXT_N_DAYS:n. Date Literals automatically adjust based on the current date, making queries adaptive without manual date recalculation.
View term → - Dated Exchange RatesAdministrationAdvanced
Dated Exchange Rates are currency conversion rates in Salesforce that have effective date ranges, enabling accurate multi-currency reporting for historical transactions. Each exchange rate is associated with a specific date range, allowing organizations to report financials in different currencies using the correct rate that was in effect on the transaction date.
View term → - Debug LogDevelopmentAdvanced
A Debug Log is a detailed record of code execution events in Salesforce, captured when debug logging is enabled for a user or transaction. It traces Apex execution, workflow actions, validation rules, system processes, and API calls, and is accessible through the Developer Console or Setup for troubleshooting performance and logic issues.
View term → - Decimal PlacesAdministrationIntermediate
Decimal Places is a configuration property on Number and Currency fields that specifies how many digits are allowed after the decimal point (0-18). The setting determines both the precision of stored values and how numbers are displayed in the Salesforce interface and reports.
View term → - Decision TableAutomationIntermediate
A Decision Table is a Business Rules Engine table that maps input conditions to output actions in a structured, spreadsheet-like format. Each row represents a rule that defines what should happen when certain conditions are met, allowing non-developers to configure complex conditional logic without code.
View term → - Deep Clone Product SettingsAdministrationAdvanced
Deep Clone Product Settings is a Setup page where administrators configure the behavior of the deep clone feature for Products and related records. It controls which child records are included when a Product is cloned, such as price book entries, product features, and related configurations.
View term → - Delegated AdministrationAdministrationAdvanced
Delegated Administration allows non-admin users to perform a limited set of administrative functions for specific groups or organizational units without granting full system admin access. Delegated admins can manage users, reset passwords, and perform other tasks for their assigned group while respecting security and governance boundaries.
View term → - Delegated ApproverAutomationBeginner
A Delegated Approver is a user who has been designated to approve or reject approval requests on behalf of another user who is away or unavailable. The delegated approver acts with the same authority as the original approver for a specified period during an absence.
View term → - Delegated AuthenticationAdministrationBeginner
Delegated Authentication is an SSO implementation method where Salesforce delegates login verification to an external web service rather than authenticating users directly. The external service validates credentials and returns a token to Salesforce, allowing integration with non-SAML identity providers.
View term → - Delegated Authentication Error HistoryAdministrationBeginner
Delegated Authentication Error History is a Setup page that logs errors from delegated authentication attempts, where Salesforce delegates the authentication process to an external web service. It helps administrators troubleshoot login failures by showing error messages, timestamps, and the usernames that experienced issues.
View term → - Delete Attachments Sent as LinksAdministrationBeginner
Delete Attachments Sent as Links is a Setup feature that controls whether file attachments sent as download links in Salesforce emails are automatically deleted after a specified period. This helps organizations manage storage usage and comply with data retention policies by removing temporary file links.
View term → - DeliverabilityAdministrationIntermediate
Deliverability is a Setup page that controls the org's email sending settings and access levels. Administrators can configure the access level for sending email (No Access, System Email Only, or All Email), which determines whether users, workflows, and Apex code can send outbound emails from the Salesforce org.
View term → - DemoteServiceIntermediate
Demote in Salesforce Knowledge refers to reverting a published article back to draft status. This action removes the article from public visibility and allows authors to make revisions before republishing, useful for correcting errors or updating outdated information.
View term → - Density SettingsAdministrationAdvanced
Density Settings is a Setup page where administrators control the default display density for Lightning Experience. Density settings determine the spacing and compactness of the user interface, offering options like "Comfy" (more spacing) and "Compact" (tighter spacing) to suit different user preferences and screen sizes.
View term → - DependencyDevelopmentIntermediate
A Dependency in Salesforce represents a relationship between metadata components where one component requires another to function properly. Understanding dependencies is critical during deployments and package creation to ensure all required components are included and deployed in the correct order.
View term → - Dependent FieldAdministrationBeginner
A Dependent Field is a picklist whose available values dynamically change based on the value selected in a controlling field on the same record. Dependent fields enforce data consistency by limiting choices to relevant, valid options that correspond to the controlling field selection.
View term → - DeployDevelopmentAdvanced
In Salesforce, Deploy refers to the process of moving metadata and code from one org to another - typically from a sandbox, scratch org, or Git-backed developer environment into a higher-environment sandbox or into production. Deployment channels include Change Sets (UI-based, for related sandboxes), Salesforce CLI (sf, the modern unified CLI that replaced sfdx in 2023), the Metadata API via custom tooling, third-party DevOps platforms (Copado, Gearset, Flosum), and - historically - the Ant Migration Tool, which Salesforce retired in Spring '24.
View term → - Deployment ManagerAdministrationAdvanced
Deployment Manager is a Setup page in Salesforce Classic that displays and manages metadata deployments, showing deployment history, status, and detailed logs. It allows administrators to monitor in-progress deployments and review the outcomes of completed changes.
View term → - Deployment SettingsDevelopmentBeginner
Deployment Settings is a Setup page where administrators configure which Salesforce orgs are authorized to send or receive change sets. It manages the deployment connections between production and sandbox environments, controlling the flow of metadata changes across the development lifecycle.
View term → - Deployment StatusAdministrationBeginner
Deployment Status is a Setup page that displays the real-time status, progress, and historical records of metadata deployments in a Salesforce org. It shows which components are being deployed, any errors encountered, and final deployment outcomes.
View term → - Deprecated ComponentPlatformBeginner
A Deprecated Component is a Salesforce platform feature, API, or component that is no longer recommended for use and may be removed in a future release. Salesforce provides deprecation notices and recommends migration paths to newer, supported alternatives.
View term → - Design CenterPlatformBeginner
Design Center is a visual tool in MuleSoft Anypoint Platform for designing and documenting APIs using RAML (RESTful API Modeling Language) or OpenAPI Specification (OAS). It allows API-first development where contracts are designed before implementation, fostering better API governance.
View term → - DetailPlatformIntermediate
The Detail section of a record page is the area displaying individual field values for a single record in a formatted layout. In Lightning Experience, the detail section can include multiple sections with visibility rules and dynamic forms for enhanced usability.
View term → - Detail ViewPlatformBeginner
Detail View is the page layout in Salesforce that displays all field values, related lists, and activities for a single record. It is the primary interface for viewing and editing record data, customizable through page layouts and available in both Classic and Lightning Experience.
View term → - Dev HubDevelopmentIntermediate
A Dev Hub is a Salesforce org that manages the creation and lifecycle of Scratch Orgs for Salesforce DX development. It serves as the central control point where developers authenticate, create ephemeral testing environments, and manage org metadata and source control.
View term → - Developer ConsoleDevelopmentAdvanced
Developer Console is an in-browser IDE integrated into Salesforce that enables developers to write and test Apex code, execute SOQL and SOSL queries, set breakpoints for debugging, view debug logs, and monitor system resources and performance. It is accessible via Setup or browser extension.
View term → - Developer EditionAdministrationBeginner
Developer Edition is a free Salesforce org edition designed for individual developers and small teams to build, test, and learn Salesforce without licensing costs. It includes all platform features but is limited to a small number of logins and is not intended for production use.
View term → - Developer Pro SandboxDevelopmentBeginner
A Developer Pro Sandbox is a sandbox environment that copies only the organization's metadata (no production data) and provides 1 GB of test data storage, compared to 200 MB in a standard Developer Sandbox. It is useful for development and testing tasks that require more storage space but do not need production data. Developer Pro Sandboxes can be refreshed once per day.
View term → - Developer SandboxDevelopmentAdvanced
A Developer Sandbox is a sandbox environment that copies only the metadata (configuration) from production with no production data, providing a clean slate for development and testing. It is the smallest and fastest-to-refresh sandbox type, ideal for isolated feature development.
View term → - Development as a Service (DaaS)PlatformAdvanced
Development as a Service (DaaS) is a MuleSoft Anypoint Platform concept of providing development tools, platforms, and infrastructure as cloud services. It enables organizations to deliver development capabilities to teams without managing underlying infrastructure.
View term → - Development EnvironmentAdministrationBeginner
A Development Environment in Salesforce is any org used for building and testing features before production deployment, including sandboxes, scratch orgs, or Developer Edition orgs. These isolated environments allow safe experimentation without affecting production users or data.
View term → - DevOps CenterDevelopmentIntermediate
DevOps Center is a Salesforce Setup application that brings DevOps best practices to the Salesforce development lifecycle. It provides a point-and-click interface for source control integration, work item tracking, environment management, and change deployment, enabling teams to manage releases without deep knowledge of Git or command-line tools.
View term → - Dial-Tone Multi-Frequency (DTMF)ServiceAdvanced
Dial-Tone Multi-Frequency (DTMF) is a telecommunications standard for touch-tone signals generated by telephone keypresses (0-9, *, #). DTMF is used in IVR (Interactive Voice Response) systems to enable callers to navigate menus and provide input without speaking.
View term → - Dialed Number Identification Service (DNIS)ServiceIntermediate
Dialed Number Identification Service (DNIS) is a telephony feature that identifies which phone number a caller dialed to reach an organization. DNIS allows contact centers to route calls to appropriate queues, teams, or departments based on the number dialed.
View term → - Digital ExperienceServiceIntermediate
A Digital Experience in Salesforce is a self-service portal or community site built with Experience Cloud that provides external users (customers, partners, employees) secure access to relevant information, support, and transactions. It can include knowledge bases, case creation, account portals, and more.
View term → - Digital Process AutomationAutomationAdvanced
Digital Process Automation is Salesforce's comprehensive term for the suite of automation capabilities including Flow, Process Builder, Workflow Rules, and Approval Processes. It encompasses tools for automating business logic, approvals, and user interactions to reduce manual work.
View term → - Direct Inward Dial (DID)ServiceIntermediate
Direct Inward Dial (DID) is a telephony feature that allows callers to reach a specific extension or department directly without passing through a switchboard or main reception. DIDs map phone numbers directly to individuals or teams in a contact center.
View term → - Directory Number (DN)ServiceAdvanced
A Directory Number (DN) is a unique phone number or extension assigned to a telephone line, device, or user in a CTI (Computer Telephony Integration) system. DNs identify the physical or virtual location for incoming and outgoing calls in a telecommunications network.
View term → - Discovery Framework Sample TemplatesAdministrationBeginner
Discovery Framework Sample Templates is a Setup area providing pre-built templates for the Salesforce Discovery Framework, which is used to create guided assessment forms and questionnaires. These templates help organizations quickly implement discovery processes for sales qualification, needs assessments, and customer onboarding.
View term → - Dispatcher ConsoleServiceIntermediate
Dispatcher Console is the Field Service Lightning interface that enables dispatchers to view, create, assign, and track work orders and field service resources. It provides real-time visibility into technician locations, workload, availability, and job status.
View term → - DKIM KeysAdministrationBeginner
DKIM Keys is a Setup page where administrators create and manage DomainKeys Identified Mail (DKIM) signing keys. DKIM adds a digital signature to outbound emails from Salesforce, verifying to recipients' email servers that the messages genuinely originated from the organization's domain and have not been tampered with in transit.
View term → - DocumentAdministrationBeginner
A Document in Salesforce (Document in the API) is a legacy standard object that stores static files - typically logos, email letterhead images, brochures, templates, and other reference assets - inside Document Folders, accessible through the Documents tab in Salesforce Classic. Each Document record holds a Name, a Body (binary blob), a ContentType, a BodyLength, an Url field for external references, an IsPublic flag, an IsBodySearchable flag, a Keywords field for search, and a FolderId pointing to its parent folder. Documents predate both Attachments and Salesforce Files (ContentDocument) and were the original way to store reusable assets that aren't tied to a single record. Their primary remaining use cases in modern orgs are email template imagery, letterheads, and public-facing static assets that need stable URLs (the IsPublicly Accessible flag generates a permanent unauthenticated URL - useful for embedding logos in HTML emails sent to customers without Salesforce logins). For new file storage, Salesforce strongly recommends Files (ContentDocument) instead.
View term → - Document LibraryAdministrationAdvanced
A Document Library is a folder in Salesforce's Documents tab or CRM Content section used for storing, organizing, and managing files such as templates, brochures, and reference documents. Documents can be shared internally or embedded in pages and records.
View term → - DonationSalesBeginner
A Donation in Salesforce represents a single contribution from a donor to a nonprofit organization. In the Nonprofit Success Pack (NPSP), Donations are stored on the standard Opportunity object, with Type = "Donation" and configurable Stage values (Prospecting, Pledged, Posted, Paid, Closed Won) reflecting the donation lifecycle. In the modern Nonprofit Cloud, Donations are represented through the standard Gift Transaction object, separating them cleanly from the sales-pipeline Opportunity model. Each Donation captures the donor (linked through Account, Contact, or Account-Soft-Credit), the Amount, the Close Date (gift date), payment method, designation (which fund or program receives the gift), associated Campaign, and any matching gift, in-kind valuation, or attribution details. Donations are the operational unit of nonprofit fundraising - every dollar received maps to a Donation record, providing the queryable financial backbone for revenue reporting, donor stewardship, IRS Form 990 compliance, and grant-funder accountability.
View term → - Draft ArticleServiceBeginner
A Draft Article is a Knowledge article in draft status that has not yet been published for end-user access. Authors can save, edit, and preview draft articles before submitting them for review and eventual publication.
View term → - Draft TranslationServiceIntermediate
A Draft Translation is a translated version of a Knowledge article that is in draft status and has not yet been published. Translators can edit and refine translations before approval and publication to ensure quality and accuracy.
View term → - Duplicate Error LogsAdministrationIntermediate
Duplicate Error Logs is a Setup page that records instances where Duplicate Rules blocked or flagged record creation or updates. It provides details about the duplicate rule that fired, the matching records identified, and the action taken (block or alert), helping administrators monitor and fine-tune their duplicate management strategy.
View term → - Duplicate ManagementAdministrationAdvanced
Duplicate Management is the suite of Salesforce features designed to detect and manage duplicate records, including Matching Rules that identify duplicates, Duplicate Rules that define actions (block or alert), and Merge features. It helps maintain data quality by preventing or consolidating duplicate entries.
View term → - Duplicate RuleAdministrationBeginner
A Duplicate Rule is a configuration that defines what action to take when a duplicate record is detected based on a Matching Rule. It can block record creation/updates, allow with a warning, or alert specific users without preventing the action, providing flexible duplicate governance.
View term → - DX ProjectDevelopmentAdvanced
A DX Project (Salesforce DX Project) is a local directory structure recognized by Salesforce CLI ("sf", historically "sfdx" before the 2023 unification) as the container for Salesforce source code and configuration. A DX Project is defined by a sfdx-project.json manifest at its root that declares package directories, source API version, and default org; developers work with metadata as files inside the project, version-control them in Git, and deploy or retrieve via the CLI rather than the Salesforce UI.
View term → - Dynamic DashboardAnalyticsIntermediate
A Dynamic Dashboard is a Salesforce dashboard configured to display data filtered according to the running user's security settings and field-level permissions. Each user sees only the data they have access to, eliminating the need for multiple dashboard versions for different user roles.
View term → - Dynamic FormsPlatformIntermediate
Dynamic Forms is a Lightning Experience feature that allows fields and form sections to be placed individually as components on record pages with visibility and read-only rules applied. Unlike traditional page layouts, Dynamic Forms enable conditional visibility at the component level for enhanced user experience.
View term → - Dynamic Visualforce BindingDevelopmentAdvanced
Dynamic Visualforce Binding uses dynamic references such as {!$ObjectType.Account.fields[fieldName]} to build generic Visualforce pages that adapt to different objects without hardcoding field names. This technique enables developers to create reusable, flexible pages that work across multiple objects.
View term →