ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 216 - Certified Platform App Builder discussion

Report
Export

Universal Containers uses a custom object called Projects. When managers assign projects they set a custom field on the project called Estimated Hours. Once set, users should be able to decrease but not increase the value

How can an app builder meet this requirement?

A.
Create a formula default value for the custom field.
Answers
A.
Create a formula default value for the custom field.
B.
Create a formula held that uses the PREVGROUPVAL function
Answers
B.
Create a formula held that uses the PREVGROUPVAL function
C.
Create a validation rule that uses the ISCHANGED function
Answers
C.
Create a validation rule that uses the ISCHANGED function
D.
Create a validation rule that uses the PRIOR VALUE function.
Answers
D.
Create a validation rule that uses the PRIOR VALUE function.
Suggested answer: D

Explanation:

Create a validation rule that uses the PRIORVALUE function is how an app builder can meet the requirement of preventing users from increasing the value of Estimated Hours after it is set. According to theSalesforce documentation, ''PRIORVALUE returns the previous value of a field.'' The validation rule can compare the current value and the prior value of Estimated Hours and display an error message if the current value is greater than the prior value. Creating a formula default value for the custom field, creating a formula field that uses the PREVGROUPVAL function, and creating a validation rule that uses the ISCHANGED function are not valid or correct solutions for this requirement.

asked 23/09/2024
Alex Tzibosnik
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first