Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Plat-Admn-201 Exam - Topic 5 Question 12 Discussion

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?
C) Configure a validation rule to meet the criteria.
A) Make the field required for all users.
B) Assign the Administrator profile to the managers.
D) Create a formula field to fill in the field for managers.

Salesforce Plat-Admn-201 Exam - Topic 5 Question 12 Discussion

Actual exam question for Salesforce's Plat-Admn-201 exam
Question #: 12
Topic #: 5
[All Plat-Admn-201 Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: C

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.1


Contribute your Thoughts:

0/2000 characters

Currently there are no comments in this discussion, be the first to comment!


Save Cancel