A: Custom objects and fields are the fundamental building blocks of the database layer in Salesforce for creating and storing custom data.
C: Roll-up summary fields are a declarative feature used to perform calculations (e.g., sum, count) on child records and display the results on the parent record.
D: Relationships (e.g., master-detail, lookup) are essential for defining how data objects are related to each other.
Why not other options?
B: Triggers are a programmatic solution, which goes against the declarative-only requirement.
E: Flows are used for automation and logic, not for building the database layer.
Salesforce Data Modeling
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