Allows a date string (yyyy-mm-dd) to be converted to date/time format for insertion into Salesforce.
ConvertDate("yyyy-mm-dd")
Example: if_DateReturn({probability} > 80, ConvertDate("2007-07-30"),ConvertDate("2007-08-30"))
Input: 7/30/2007 12:00:00 AM
Result: 2007-08-30T04:00:00Z
Click HERE to return to the full list of MassImpact Formulas.