Ask Question
10 April, 14:12

The initial value for a number field on a record is 1. A user updated the value of the number field to 10. This action invokes a workflow field update, which changes the value of the number field to 11. After the workflow field update, an update trigger fires.

a. Null

b. 11

c. 1

d. 10

+4
Answers (1)
  1. 10 April, 15:28
    0
    Answer: b. 11

    Explanation:

    //The initial value is 1

    //let call the value as x

    x = 1

    //then the user updated the value to 10

    //so now x is 10

    x = 10

    / / and update the workflow to 11

    //so now the value of x is 11

    x = 11

    even if the programmer print x, so the output will be 11
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “The initial value for a number field on a record is 1. A user updated the value of the number field to 10. This action invokes a workflow ...” 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