nerdexam
SalesforceSalesforce

PLAT-ADMN-201 · Question #148

PLAT-ADMN-201 Question #148: Real Exam Question with Answer & Explanation

The correct answer is C: Configure a validation rule to meet the criteria.. A Validation Rule is the only way to enforce conditional requirement logic based on both record data (the stage) and user data (the user's profile or role). To achieve this, the Platform Administrator would write a formula that checks three things: if the Stage is "Negotiation,"

Submitted by kwame.gh· Apr 18, 2026Configuration and Setup

Question

Once an opportunity reaches the negotiation stage at Cloud Kicks, the Amount field becomes required for sales users. Sales managers need to be able to move opportunities into this stage without knowing the amount. How should a Platform Administrator require this field during the negotiation stage for sales users but allow their managers to make changes?

Options

  • AMake the field required for all users.
  • BAssign the Administrator profile to the managers.
  • CConfigure a validation rule to meet the criteria.
  • DCreate a formula field to fill in the field for managers.

Explanation

A Validation Rule is the only way to enforce conditional requirement logic based on both record data (the stage) and user data (the user's profile or role). To achieve this, the Platform Administrator would write a formula that checks three things: if the Stage is "Negotiation," if the Amount field is blank, and if the user is not a manager. The formula would look something like: AND(ISPICKVAL(StageName, "Negotiation"), ISBLANK(Amount), $Profile.Name <> "Sales Manager"). This allows the system to block standard sales users from saving the record without an amount, while the exception for the manager's profile allows them to bypass the requirement. Making the field required on the page layout (Option A) would affect all users equally, failing to meet the requirement for managers. Assigning the Admin profile to managers (Option B) is a major security risk and violates the principle of least privilege.

Topics

#Validation Rules#Conditional Logic#Field Requirements#Profiles

Community Discussion

No community discussion yet for this question.

Full PLAT-ADMN-201 PracticeBrowse All PLAT-ADMN-201 Questions