In later releases to this video, salesforce replaced double quotes (" ") for simple quotes (' ') when referencing to an string, so last formula would be now: case when StageName = 'Prospecting' then '1. Prospecting' when StageName = 'Closed Won' then '2. Closed Won'
In later releases to this video, salesforce replaced double quotes (" ") for simple quotes (' ') when referencing to an string, so last formula would be now:
case
when StageName = 'Prospecting'
then '1. Prospecting'
when StageName = 'Closed Won'
then '2. Closed Won'
else
'3. Other Stages'
end
How can i add some hrs or seconds in my created date in the recipe ?