Ask Question
28 June, 10:32

What happens when a user updates a record after a developer creates a Workflow Rule declaratively that updates a field on an object?

a. No changes are made to the data

b. Both the Apex Trigger and Workflow Rule are fired only once.

c. The Workflow Rule is fired more than once

d. The Apex Trigger is fired more than once.

+4
Answers (1)
  1. 28 June, 11:58
    0
    d. The trigger is fired more than once.

    Explanation:

    What would happen in this situation is that the trigger would be fired more than once. This is because the trigger will be fired when the user updates the record. It will also be fired when the process builder is run.

    If the trigger fires more than once, this can be problematic for the developer. Therefore, it is better if the trigger fires just once, as this is the time when the present changes can be placed.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What happens when a user updates a record after a developer creates a Workflow Rule declaratively that updates a field on an object? a. No ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers