nerdexam
Salesforce

CRT-211 · Question #35

Cloud Kicks wants its sales reps to always use the same full zip code format with a hyphen where applicable. What should the administrator implement to help ensure consistent formatting?

The correct answer is C. Create a REGEX function to use in a validation rule on the field. REGEX is a function that allows administrators to check whether a text value matches a regular expression pattern. Regular expressions are a way to define complex patterns of characters using symbols and operators. REGEX can be used to enforce consistent formatting for a field…

Extend Custom Objects and Applications

Question

Cloud Kicks wants its sales reps to always use the same full zip code format with a hyphen where applicable. What should the administrator implement to help ensure consistent formatting?

Options

  • AEdit the standard field length to five characters.
  • BAdd a quick create function for the sales reps to use.
  • CCreate a REGEX function to use in a validation rule on the field.
  • DAdd a help text instructing the sales rep on how to enter this field.

How the community answered

(54 responses)
  • A
    4% (2)
  • B
    6% (3)
  • C
    78% (42)
  • D
    13% (7)

Explanation

REGEX is a function that allows administrators to check whether a text value matches a regular expression pattern. Regular expressions are a way to define complex patterns of characters using symbols and operators. REGEX can be used to enforce consistent formatting for a field value by specifying the required length, characters, and separators.

Topics

#validation rule#REGEX#data format#zip code

Community Discussion

No community discussion yet for this question.

Full CRT-211 Practice