ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 59 - Certified Platform App Builder discussion

Report
Export

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?

A.
Formula field
Answers
A.
Formula field
B.
Apex
Answers
B.
Apex
C.
Workflow
Answers
C.
Workflow
D.
Roll-up summary field
Answers
D.
Roll-up summary field
Suggested answer: C

Explanation:

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).

asked 23/09/2024
Nabil BENIKHLEF
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first