PDI · Question #92
A developer at Universal Containers is taked with implementing a new Salesforce application that bwill be maintained completely by their company's Salesforce admiknistrator. Which two options should…
The correct answer is A. Validation Rules B. Record-Triggered flows. The question asks for two declarative tools suitable for building business logic that can be maintained by a Salesforce administrator.
Question
A developer at Universal Containers is taked with implementing a new Salesforce application that bwill be maintained completely by their company's Salesforce admiknistrator. Which two options should be considered for buildig out the business logic layerof the application? Chosse 2 answer
Options
- AValidation Rules
- BRecord-Triggered flows
- CUnvocable Actions
How the community answered
(21 responses)- A81% (17)
- C19% (4)
Why each option
The question asks for two declarative tools suitable for building business logic that can be maintained by a Salesforce administrator.
Validation Rules are declarative tools that prevent users from saving records that do not meet specified criteria, ensuring data quality and being easily maintainable by administrators.
Record-Triggered Flows are declarative automation tools that execute logic automatically when a record is created, updated, or deleted, providing powerful business logic that administrators can configure and maintain.
Invocable Actions are typically implemented using Apex code, which requires developer skills and is not maintainable solely by an administrator without coding knowledge.
Concept tested: Declarative automation for administrators
Source: https://help.salesforce.com/s/articleView?id=sf.flow_builder.htm&type=5
Topics
Community Discussion
No community discussion yet for this question.