BA-201 · Question #104
Universal Containers wants to build a simple activity capture process for leads. One of the objectives is to minimize technical debt and inherit new features of the Salesforce Platform in future relea
The correct answer is A. Standard object for activity capture, screen Flow user interface. The key requirements are minimizing technical debt and inheriting future Salesforce platform features. Standard objects are natively maintained by Salesforce and automatically receive platform upgrades, enhancements, and new features with each release - using them avoids the over
Question
Universal Containers wants to build a simple activity capture process for leads. One of the objectives is to minimize technical debt and inherit new features of the Salesforce Platform in future releases. What should the business analyst recommend to meet the requirements?
Options
- AStandard object for activity capture, screen Flow user interface
- BStandard object for activity capture, custom Lightning Web Component user interface
- CCustom object for activity capture, custom Lightning web component user interface
How the community answered
(13 responses)- A77% (10)
- B15% (2)
- C8% (1)
Explanation
The key requirements are minimizing technical debt and inheriting future Salesforce platform features. Standard objects are natively maintained by Salesforce and automatically receive platform upgrades, enhancements, and new features with each release - using them avoids the overhead of maintaining custom object logic. Screen Flows are declarative, low-code tools also maintained by Salesforce, meaning they benefit from platform improvements without custom code maintenance. A custom LWC (Options B and C) requires developer upkeep and will not automatically inherit new capabilities. A custom object (Option C) further increases technical debt. Option A (Standard object + Screen Flow) is the combination that best satisfies both stated requirements.
Topics
Community Discussion
No community discussion yet for this question.