An org has a requirement that addresses on Contacts and Accounts should be normalized to a company standard by Apex code any time that they are saved. What is the optimal way to implement this?
A.
Apex trigger on Contact that calls the Account trigger to normalize the address
B.
Apex triggers on Contact and Account that normalize the address
C.
Apex trigger on Account that calls the Contact trigger to normalize the address
D.
Apex triggers on Contact and Account that call a helper class to normalize the address
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Liquad
Highly Voted 2 years, 5 months agocPickle
Most Recent 10 months, 1 week agosuddeb
1 year, 11 months ago