nerdexam
Salesforce

CRT-403 · Question #215

Universal Containers (UC) tracks Account locations in Zip Code, a custom text field with a validation rule to enforce proper formatting of the US ZIP+4 code for UC's orders. What formula should the…

The correct answer is C. LEFT(Account.Zip_Code_c, 5). See the full explanation below for the reasoning.

Question

Universal Containers (UC) tracks Account locations in Zip Code, a custom text field with a validation rule to enforce proper formatting of the US ZIP+4 code for UC's orders. What formula should the app builder create on Order to display only the first five digits of Zip Code from the parent Account?

Options

  • ABEGINS(Account.Zip_Code_r, 5)
  • BTEXT(Account.Zip_Code_c, 5)
  • CLEFT(Account.Zip_Code_c, 5)
  • DLPAD(Account.Zip_Code__r, 5)

How the community answered

(42 responses)
  • A
    7% (3)
  • B
    2% (1)
  • C
    79% (33)
  • D
    12% (5)

Community Discussion

No community discussion yet for this question.

Full CRT-403 Practice