List of questions
Related questions
Question 167 - Certified Platform App Builder discussion
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?
A.
BEGINS(Account.Zip_Code_r, 5)
B.
TEXT(Account.Zip_Code_c, 5)
C.
LEFT(Account.Zip_Code_c, 5)
D.
LPAD(Account.Zip_Code__r, 5)
Your answer:
0 comments
Sorted by
Leave a comment first