ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 143 - Certified Platform App Builder discussion

Report
Export

An app builder wants to update a field on the parent record when a child record connected via lookup is deleted.

What automation should the app builder use?

A.
Screen flow
Answers
A.
Screen flow
B.
Process Builder
Answers
B.
Process Builder
C.
Apex code
Answers
C.
Apex code
D.
Workflow rule
Answers
D.
Workflow rule
Suggested answer: C

Explanation:

The app builder should use Apex code to update a field on the parent record when a child record connected via lookup is deleted. Apex code is a programming language that allows developers to execute complex logic on the Salesforce platform. Apex code can be triggered by certain events, such as insert, update, delete, or undelete of records. In this case, the app builder can write an Apex trigger that runs after a child record is deleted and updates a field on the parent record accordingly. Option A, B, and D are not automation tools that can perform this task.

asked 23/09/2024
Vasyl Basaraba
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first