Valid Platform-App-Builder Dumps shared by ExamDiscuss.com for Helping Passing Platform-App-Builder Exam! ExamDiscuss.com now offer the newest Platform-App-Builder exam dumps, the ExamDiscuss.com Platform-App-Builder exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Platform-App-Builder dumps with Test Engine here:
UC has a requirement that an opportunity should have a field showing the value of its associated account's billing state. This value should not change after the opportunity has been created. Is there a recommended solution to configure this automated behavior?
Correct Answer: C
Apex. This is correct because Apex is a programming language that can perform complex logic and manipulate data in Salesforce. Apex can be used to create a trigger on the opportunity object that copies the value of the billing state from the related account record when the opportunity is created, and prevents it from being changed afterwards. The other options are not suitable for this requirement because they either cannot copy data from a related object (formula field, roll-up summary field) or cannot prevent data from being changed (workflow).
Recent Comments (The most recent comments are at the top.)
Ashish Singh - Sep 21, 2024
C or B, because they do not want it to change after the creation
Batya - Jul 03, 2024
The correct answer is A - Formula field, we can add an if - set the val from the account only on create / only if field is still empty / only if account was changed..
Larry - May 28, 2024
Correct is A bc workflows are used to automate simple business processes and cannot directly populate a field with data from a related object (in this case, the account's billing state).
Recent Comments (The most recent comments are at the top.)
C or B, because they do not want it to change after the creation
The correct answer is A - Formula field, we can add an if - set the val from the account only on create / only if field is still empty / only if account was changed..
Correct is A bc workflows are used to automate simple business processes and cannot directly populate a field with data from a related object (in this case, the account's billing state).