exam questions

Exam Certified Platform App Builder All Questions

View all questions & answers for the Certified Platform App Builder exam

Exam Certified Platform App Builder topic 1 question 112 discussion

Actual exam question from Salesforce's Certified Platform App Builder
Question #: 112
Topic #: 1
[All Certified Platform App Builder Questions]

The app builder at Universal Containers has been asked to ensure that when an Opportunity record exceeding $20k is being saved, details have been captured in the Comments field.
What can be used to meet this requirement?

  • A. Process Builder
  • B. Validation Rule
  • C. Approval Process
  • D. Workflow
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Mims22
10 months, 2 weeks ago
B and it would look something like that: Amount > 20000 && ISBLANK(Comments__c)
upvoted 1 times
...
Roxi
11 months ago
Selected Answer: B
B. After the amount is added, the validation rule will prevent the saving of the record if details are not added in the comments.
upvoted 2 times
...
can12345
1 year, 1 month ago
Definitely A - When the record saved with 20k+, process builder will perform "post to chatter" action. The question is not about preventing to save a record
upvoted 2 times
Samuel_S
8 months, 3 weeks ago
Nobody is mentioning any required message in the Chatter in the question. Therefore A is incorrect. B is the most direct answer.
upvoted 1 times
...
...
ekanki
1 year, 11 months ago
B. Validation Rule is the correct answer. It can raise an error message when the amount exceeds 20k and the comments field blank. It prevents saving the record
upvoted 4 times
...
BaoYou
1 year, 11 months ago
The point of this question is "Ensure"
upvoted 3 times
...
ElmoBean
1 year, 12 months ago
Answer should be D, a validation rule just checks that data inputted into a field is in the correct format
upvoted 2 times
Samuel_S
8 months, 3 weeks ago
Hardly. In a validation rule we can check even if another field(s) is/are empty... and other stuff as we are using FORMULA for it.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...