A Salesforce admin wants to prevent users from saving a Contact without a related Account. Which approach achieves this without code?
-
A
Change the Account lookup to a master-detail relationship
-
B
Make the Account Name field required on the Contact layout
-
C
Create a validation rule requiring Account ID to be non-null
-
D
Use a workflow rule to enforce the relationship