nerdexam
Salesforce

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.

Submitted by takeshi77· Apr 18, 2026Logic and Process Automation

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)
  • A
    81% (17)
  • C
    19% (4)

Why each option

The question asks for two declarative tools suitable for building business logic that can be maintained by a Salesforce administrator.

AValidation RulesCorrect

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.

BRecord-Triggered flowsCorrect

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.

CUnvocable Actions

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

#Declarative Automation#Validation Rules#Record-Triggered Flows#Admin-Maintained Logic

Community Discussion

No community discussion yet for this question.

Full PDI Practice