You need to sign in to do that
Don't have an account?
Need help DEV 401 Question
Hi all,
Can someone help me to answer the below question.
Hiring managers at Universal Containers would like a visual mechanism for determining review score outliers. Review scores are captured as a custom field on a custom Review object and can range from 1 to 10. Any review score that is > 8 should be highlighted in green. Any review score that is < 4 should be highlighted in red.
How would a developer accomplish this?
A. Use matrix reports
B. Use conditional highlight
C. Use custom summary formulas
D. Use charts
and one more Question also confusing ..
How can a developer configure an approval process to prevent a record from being edited by the submitter?
a. Records are locked by default on submission; no action required
b. Set an action to lock the record upon submission
c. Create a Workflow field update action to make the page layout Read-only
d. Develop a sharing rule that sets the record to Read-only
Which one is correct a or b?
Can someone help me to answer the below question.
Hiring managers at Universal Containers would like a visual mechanism for determining review score outliers. Review scores are captured as a custom field on a custom Review object and can range from 1 to 10. Any review score that is > 8 should be highlighted in green. Any review score that is < 4 should be highlighted in red.
How would a developer accomplish this?
A. Use matrix reports
B. Use conditional highlight
C. Use custom summary formulas
D. Use charts
and one more Question also confusing ..
How can a developer configure an approval process to prevent a record from being edited by the submitter?
a. Records are locked by default on submission; no action required
b. Set an action to lock the record upon submission
c. Create a Workflow field update action to make the page layout Read-only
d. Develop a sharing rule that sets the record to Read-only
Which one is correct a or b?
For the first question we can do in two ways :-
1. Use Custom Summary formula (if only one answer is required)
2. Use conditional highlighting (If select all that applies is there in the question)
for Second question the answer is :- B
Thanks
Anil.B
Now()-Createddate.
Thanks
Anil.B
I'm new to salesforce so I'm not aware of this.. i was doing some mock test and i got some different solutions that's a reason i poseted this question . thanks for sharing this info.