How do I make a field required for all users?

In Salesforce, making a field required for all users across the entire organization is best achieved at the Data Model level rather than the UI level. This ensures data integrity regardless of how the record is created (via the interface, API, or data imports).

Step 1: Universally Required Fields (Database Level)

This is the most robust method. When a field is marked as “Required” in the field definition, it is mandatory across all Page Layouts and for all API calls.

Step 1: Universally Required Fields (Database Level)
  • Navigate to Setup (the gear icon).
  • Open the Object Manager and select the specific Object (e.g., Account, Contact, or a Custom Object).
  • Select Fields & Relationships.
  • Click New (for a new field) or Edit on an existing custom field.

Scroll to the Lookup Options section and check the box labeled Required

  • Click Save.


Note:
You cannot make standard fields (like Description or Website) universally required via this checkbox. For standard fields, you must use Page Layouts or Validation Rules.

Step 2: Comparison of Enforcement Methods

Method

Level of Enforcement

Impact

Field Definition

Database

Required for everyone, everywhere (UI & API).

Page Layout

UI Only

Only required when using that specific layout; API bypasses this.

Validation Rule

Logic/Process

Can be conditional (e.g., “Required only if Status is Closed”).

Step 3: Handling Standard Fields (Validation Rules)

Since you cannot edit the field definition of many standard Salesforce fields, you should use a Validation Rule to enforce a “Required” state for all users.

The Formula Logic: To ensure a field is not blank, use the ISBLANK() or ISNULL() functions. For a standard text field like Account.Phone, the formula would be:

                                                           ISBLANK(Phone)

  • Error Message: “The Phone field is mandatory for all records.”
  • Error Location: Top of Page or Field-level.
Last Updated 2nd February 2026.

Was this article helpful?

We publish our Knowledge Base to help individuals and businesses resolve common issues across websites, advertising platforms, Salesforce and other digital systems.

We regularly review and update our guides, but the platforms, software and services covered can change without notice. As a result, screenshots, settings, features or recommended processes may differ from those available when an article was last reviewed.

The information provided is general guidance and should not be treated as advice specific to your systems or circumstances. UTDS Optimal Choice cannot accept responsibility for errors, data loss, service disruption or other issues resulting from changes made by following these guides.

If you are unsure about any of the steps, particularly where a change could affect live systems, data, tracking or business processes, we recommend speaking to us before making the change. Our team can review your specific setup and provide advice based on the current platform and configuration.

Time for some professional support?

Our team area ready to help. As one of the few digital agencies that is a registered Salesforce Consulting Partner and Google Partner Agency, UTDS Optimal Choice is expertly positioned to support you across your entire digital landscape.