List of questions
Related questions
Question 327 - Certified Platform Developer II discussion
As part of a custom development, a developer creates a Lightning component to show how a particular opportunity progresses over time. The component must display the date stamp when any of the following fields change:
• Amount, Probability, Stage, or Close Date
How should the developer access the data that must be displayed?
A.
Execute a SOQL query for Amount, Probability, Stage, and Close Date on the OpportunityHistory object.
B.
Create custom a custom date field on Opportunity for each field to track the previous date and execute a SOQL query for date fields.
C.
Subscribe to the Opportunity Change Data Capture event in the Lightning component.
D.
Subscribe to the OpportunityHistory Change Data Capture event in the Lightning component.
Your answer:
0 comments
Sorted by
Leave a comment first