Salesforce Platform Developer I (legacy) — Question 173

A developer at Universal Containers is tasked with implementing a new Salesforce application that will be maintained completely by their company's Salesforce administrator.

Which two options should be considered for building out the business logic layer of the application? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Record-Triggered Flows and Invocable Actions are appropriate for building the business logic layer as they allow for automation and can be easily managed by a Salesforce administrator. Scheduled Jobs, while useful for time-based processes, are not directly related to business logic in the same way, and Validation Rules primarily enforce data integrity rather than serve as business logic components.