Ask Question
19 May, 21:54

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. 19 May, 22: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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers