A user asks for a checkbox to be automatically ticked if the annualrevenue field is greater than a million. Which formula to trigger aworkflow would satisfy this requirement?

A. AnnualRevenue > 1000000 , TRUE , FALSE
B. IF( AnnualRevenue > 1000000 , "TRUE" , "FALSE")
C. AnnualRevenue
D. AnnualRevenue > 1000000

Respuesta :

The  formula for this workflow would be Annual revenue > 1000000

Answer: Option D

Explanation:

For the selection of the check boxes, certain functions and work flows are to be made. If the condition which has been made for that particular checkbox gets fulfilled, that checkbox is selected and tick marked.

For the user who wants the checkbox to be ticked, if the annual revenue is more than one million, then the formula for this is Annual revenue > 1000000.

ACCESS MORE
EDU ACCESS