What are two valid trigger invocation conditions when creating a trigger that invokes a record-based process?

What are two valid trigger invocation conditions when creating a trigger that invokes a record-based process?
A . When a new record is created.
B . When a record is deleted.
C . When a record is shared.
D . When a record is updated.

Answer: A,D

Explanation:

Valid trigger invocation conditions for a record-based process are when a new record is created (A) and when a record is updated (D). These conditions allow processes to run in response to changes in record data, enabling automation of tasks based on record lifecycle events. Salesforce’s process automation tools, such as Process Builder and Flow, provide the capability to specify these trigger conditions as part of their configuration.

Reference: Salesforce Help Documentation on Process Builder and Flow

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments