Sales management wants to enforce a process in which the name of an account is always included in the name of an opportunity. How can automation be used to help meet this requirement?
A.
Use an Apex trigger on the Account object that adds the account name to the opportunity name
B.
Write a validation rule that updates the opportunity name with the account name using a cross-object formula
C.
Write a criteria-based workflow rule that updates the opportunity name concatenated with the account name
D.
Use an approval process that routes newly created opportunities to management for data quality review
I think C is correct. This is because A's answer does not update the name of the opportunity when you update the opportunity. I think there is no problem because the workflow rule can use the value of the parent record to update the child record.
maybe C is correct but the best answer should be A, The trigger can be set up to fire whenever a new opportunity is created, and it can automatically update the opportunity name with the account name.
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.
thisistestuser
1 month, 3 weeks agojakoben
2 months agoKtoto_Leviy
1 year, 3 months agovgpmp
1 year, 7 months agoMAH007
1 year, 9 months ago