Definition
Field Update is a configuration tool or concept within Salesforce administration that governs platform behavior. Administrators use it to manage access, enforce data quality, and customize the user experience without writing code.
Real-World Example
a Salesforce administrator at Coastal Health uses Field Update to maintain data quality and enforce organizational policies across the platform. By properly setting up Field Update, they prevent common data entry errors and ensure that users follow established business processes, which saves the support team hours of cleanup work each week.
Why Field Update Matters
A Field Update is a workflow action in Salesforce (used in classic Workflow Rules and Approval Processes) that automatically sets a field to a specified value when triggered by a defined condition. For example, when an Opportunity reaches the 'Closed Won' stage, a Field Update can automatically set the 'Contract Start Date' to today's date, or when a Case priority is changed to 'Critical,' a Field Update can set the Owner to the escalation queue. Field Updates can set fields to literal values, formula-calculated values, or null, and they work on both the triggering record and related parent records via cross-object field updates.
While Field Updates are a legacy feature from the classic Workflow Rules engine, they remain widely used in existing orgs, particularly in Approval Processes where they are the primary mechanism for updating field values at each approval step. As Salesforce transitions toward Flow as the primary automation engine, new implementations should use Record-Triggered Flows with Update Records elements instead of Workflow Rules with Field Updates. However, understanding Field Updates remains important because millions of existing orgs rely on them, and migration to Flow requires understanding what each Field Update does. Organizations that haven't migrated should audit their Field Updates for conflicts with Flow-based automations, as running both simultaneously on the same object can create unpredictable order-of-execution issues.
How Organizations Use Field Update
- Coastal Health — Coastal Health uses Field Updates in their Case approval process. When a treatment authorization is approved, a Field Update sets the 'Authorization Status' to 'Approved' and another cross-object Field Update sets the related Patient record's 'Active Treatment' checkbox to true. This eliminates manual updates that previously caused a 24-hour delay in treatment initiation.
- Summit Sales Group — Summit Sales Group has a Workflow Rule that triggers a Field Update when an Opportunity's Amount exceeds $100,000 — it automatically sets the 'Requires VP Approval' checkbox to true, which then initiates an Approval Process. This ensures high-value deals always go through the proper review chain.
- Ironclad Manufacturing — Ironclad Manufacturing uses Field Updates to enforce data quality. When a Work Order's Status changes to 'Completed,' a Field Update automatically populates the 'Completed Date' with the current timestamp and sets the 'Quality Check Required' field to true, ensuring every completed job goes through quality assurance.