List of questions
Related questions
Question 17 - Certified Platform App Builder discussion
Universal Containers uses a custom picklist field Account Region on the account record. They want this region to be reflected on all related contact records and stay in sync if the value of this field changes on the Account.
How should an app builder meet this requirement?
A.
Create a picklist field called 'Account Region' on Contact object > Create a workflow rule to update this picklist field if the Account Region field on the Account is changed.
B.
Create a formula field on the Contact object > Set the value of the formula to ISPICKVAL(Account.Account_Region__c).
C.
Create a formula field on the Contact object > Set the value of the formula to TEXT(Account.Account_Region__c).
D.
Create a text field called 'Account Region' on Contact object > Create a workflow ruleto update this picklist field if the Account Region field on the Account is changed.
Your answer:
0 comments
Sorted by
Leave a comment first