nerdexam
Salesforce

CRT-403 · Question #93

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…

The correct answer is B. IMAGE( IF(ISPICKVAL(Priority, "Low"), "img/samples/flag_green.gif", IF(ISPICKVAL(Priority, D. IMAGE(CASE( Priority, "Low", "img/samples/flag_green.gif", "Medium". See the full explanation below for the reasoning.

Question

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

Options

  • ACASE( Priority, "Low", "img/samples/flag_green.gif", "Medium", "img/samples/flag_yellow.gif",
  • BIMAGE( IF(ISPICKVAL(Priority, "Low"), "img/samples/flag_green.gif", IF(ISPICKVAL(Priority,
  • CIF(ISPICKVAL(Priority, "Low"), "img/samples/flag_green.gif", IF(ISPICKVAL(Priority, "Medium"),
  • DIMAGE(CASE( Priority, "Low", "img/samples/flag_green.gif", "Medium",

How the community answered

(26 responses)
  • A
    8% (2)
  • B
    81% (21)
  • C
    12% (3)

Community Discussion

No community discussion yet for this question.

Full CRT-403 Practice