Ask 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 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

+3
Answers (1)
  1. 15 August, 06:21
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers