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 Exam Platform App Builder Topic 4 Question 110 Discussion

Actual exam question for Salesforce's Platform App Builder exam
Question #: 110
Topic #: 4
[All Platform App Builder Questions]

At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority cases should be flagged red, medium-priority should be flagged yellow, and low-priority cases should be flagged green. Which formula would accomplish this requirement? Choose 2 answers

Show Suggested Answer Hide Answer
Suggested Answer: C

To ensure sales reps input contacts into Salesforce rather than their personal devices:

C . Enable offline create, edit, and delete in Salesforce for Android and iOS. This feature allows sales reps to enter contact information directly into the Salesforce Mobile App even when they are offline, which syncs back to Salesforce once connectivity is restored.

Steps to enable offline capabilities:

Navigate to Setup Mobile Administration Salesforce Mobile App Offline Settings.

Configure offline settings to allow for creating, editing, and deleting records.

Ensure that the Contact object is available for offline access.

This functionality encourages reps to use Salesforce directly by mitigating connectivity constraints.

For implementation details, refer to Salesforce Mobile App Offline.


Contribute your Thoughts:

Brock
29 days ago
Ah, the age-old dilemma of the Priority Flag Dilemma. I say we just throw a dart at the screen and see what sticks. Who needs formulas when you've got pure luck, am I right?
upvoted 0 times
Katlyn
7 days ago
B) IMAGE(IF(ISPICKVAL(Priority, ''Low''), ''img/samples/flag_green.gif'', IF(ISPICKVAL(Priority, ''Medium''), ''img/samples/flag_yellow.gif'', IF(ISPICKVAL(Priority, ''High''), ''img/samples/flag_red.gif''))), ''Priority Flag'')
upvoted 0 times
...
Delisa
14 days ago
A) CASE(Priority, ''Low'', ''img/samples/flag_green.gif'', ''Medium'', ''img/samples/flag_yellow.gif'', ''High'', ''img/samples/flag_red.gif'', ''/s.gif'')
upvoted 0 times
...
...
Paulene
1 months ago
Wait, is this a trick question? I feel like they're all valid solutions. Maybe they just want to see how we'd approach it creatively. *scratches head*
upvoted 0 times
Lachelle
18 days ago
A) CASE(Priority, ''Low'', ''img/samples/flag_green.gif'', ''Medium'', ''img/samples/flag_yellow.gif'', ''High'', ''img/samples/flag_red.gif'', ''/s.gif'')
upvoted 0 times
...
...
Sabra
1 months ago
Ah, the age-old debate: CASE vs nested IF statements. I'm leaning towards C since it's a bit more explicit, but B is a close second. Let's see what the experts say!
upvoted 0 times
Ashleigh
1 days ago
Let's wait for the experts to weigh in on this debate.
upvoted 0 times
...
Delisa
2 days ago
I prefer B because it's easier to read and understand.
upvoted 0 times
...
Hyun
5 days ago
I think C is the way to go, it's more straightforward.
upvoted 0 times
...
...
Skye
2 months ago
I'm torn between B and D. Both use the CASE function, but D has a slightly more succinct syntax. Decisions, decisions...
upvoted 0 times
Lea
15 days ago
I see your point, but I still prefer D for its concise syntax.
upvoted 0 times
...
Lynsey
23 days ago
I agree, B seems like the better choice for this requirement.
upvoted 0 times
...
Malinda
1 months ago
I think B is the way to go. It's clear and easy to understand.
upvoted 0 times
...
...
Fredric
2 months ago
I'm not sure, but I think option A could also work because it uses the CASE function.
upvoted 0 times
...
Huey
2 months ago
Hmm, I think option B looks the most straightforward. Using an IMAGE function with an IF statement to check the Priority field seems like a clean approach.
upvoted 0 times
Marylou
1 months ago
Yes, option B simplifies the process with the IF statement.
upvoted 0 times
...
Dottie
1 months ago
I agree, option B seems like the best choice.
upvoted 0 times
...
...
Margo
2 months ago
I agree with Tawanna, option B uses the correct syntax for the image function.
upvoted 0 times
...
Tawanna
2 months ago
I think option B is the correct formula.
upvoted 0 times
...

Save Cancel