Salesforce Certified Platform App Builder (Plat-Admn-202) Platform-App-Builder Question # 22 Topic 3 Discussion

Salesforce Certified Platform App Builder (Plat-Admn-202) Platform-App-Builder Question # 22 Topic 3 Discussion

Platform-App-Builder Exam Topic 3 Question 22 Discussion:
Question #: 22
Topic #: 3

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)


Get Premium Platform-App-Builder Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.