A business user at Universal Containers wants to update an Account directly From an Opportunity record What should the app builder create to allow the business user to make these edits?
A.
Opportunity fields updated by a process.
B.
Formula fields displaying the Account fields.
C.
An update record action with a related record component.
D.
An update record action with a detail ' s component.
The correct answer is C. The user wants to update the related Account directly from the Opportunity page. The proper declarative solution is to create an Update a Record quick action for Account and expose it through the Related Record component on the Opportunity Lightning record page. Salesforce documentation identifies Related Record as a standard Lightning page component and notes that quick actions such as Create a Record and Update a Record are supported in Lightning page experiences.
Why others are incorrect:
A updates fields through automation, but the user wants to edit directly.
B formula fields are read-only.
D the Record Detail component is for the current record, not editing a related Account from Opportunity.
===========
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit