Returns a date value based on a condition.
if_DateReturn(Condition, True Value, False Value)
Example: Set Field: Opportunity.CloseDate based on probability
f_DateReturn({probability} >= 80, ConvertDate("2007-7-30"),ConvertDate("2007-8-30"))
To hardcode a date use the “Convert Date” functionality as described above. Other functions can be used in conjunction with if_DateReturn to base a date on the current date. Example: if_DateReturn({probability} >=90, today()+30, today()+60).
Click HERE to return to the full list of MassImpact Formulas.