PDI · Question #39
Universal Containers decides to use exclusively declarative development to build out a new Salesforce application. Which three options should be used to build out the database layer for the applicatio
The correct answer is A. Roll-Up Summaries C. Relationships D. Flow. To build the database layer for a Salesforce application using exclusively declarative development, one would define custom objects and fields, establish relationships between them, and utilize Roll-Up Summaries for aggregate data.
Question
Universal Containers decides to use exclusively declarative development to build out a new Salesforce application. Which three options should be used to build out the database layer for the application? Choose 3 answers
Options
- ARoll-Up Summaries
- BTriggers
- CRelationships
- DFlow
- ECustom Objects and Fields
How the community answered
(21 responses)- A71% (15)
- B19% (4)
- E10% (2)
Why each option
To build the database layer for a Salesforce application using exclusively declarative development, one would define custom objects and fields, establish relationships between them, and utilize Roll-Up Summaries for aggregate data.
Roll-Up Summaries are declarative tools that aggregate data from child records to a parent record, representing a database-level calculation.
Triggers are programmatic (Apex) solutions used for automating business logic, not declarative components of the database layer's structure.
Relationships (Lookup, Master-Detail) are declarative constructs that define how objects are linked, forming the relational structure of the database layer.
Concept tested: Declarative database schema design
Source: https://help.salesforce.com/s/articleView?id=sf.standard_objects.htm&type=5
Topics
Community Discussion
No community discussion yet for this question.