PDI · Question #97
Universal Container* decides to use purely declarative development to build out a new Salesforce application. Which two options can be used to build out the business logic layer for this application?
The correct answer is A. Validation Rules C. Record-Triggered flow. The question asks for two options to build the business logic layer using purely declarative development for a new Salesforce application.
Question
Universal Container* decides to use purely declarative development to build out a new Salesforce application. Which two options can be used to build out the business logic layer for this application? Choose 2 answer
Options
- AValidation Rules
- BRemote Actions
- CRecord-Triggered flow
- DBatch Jobs
How the community answered
(26 responses)- A92% (24)
- B4% (1)
- D4% (1)
Why each option
The question asks for two options to build the business logic layer using purely declarative development for a new Salesforce application.
Validation Rules are a fundamental declarative tool for enforcing data integrity and business logic by preventing users from saving records that do not meet specified criteria.
Remote Actions involve JavaScript calling Apex methods from Visualforce, which is a programmatic approach, not purely declarative.
Record-Triggered Flows are powerful declarative automation tools that execute logic automatically when a record is created, updated, or deleted, enabling complex business process automation without code.
Batch Jobs (Batch Apex) are programmatic solutions written in Apex for processing large numbers of records asynchronously, and thus are not declarative.
Concept tested: Declarative automation tools
Source: https://help.salesforce.com/s/articleView?id=sf.flow_builder.htm&type=5
Topics
Community Discussion
No community discussion yet for this question.