Hello there!
I've a dude about how make a reming email in CRM2016, because I've read somes post but it's "strange" for me....
For example, one post have:
If (StimatedCloseDay != null) //{RemingEmail = True};
Then (Wait until 1 day before to StimatedCloseDay)
Action: Send Email.
It's for send a remaing email to user when a opportunity is nearby to the stimated close day.
But in my case, CRM game me this option:
If (StimatedCloseDay != null) {RemingEmail = True}
Then ( "Any Var" in opportunity wait until 1 day before to StimatedCloseDay)
Action: Send Email.
My dude is... what var I must put there? Because I don't know if there we've any var that save server time/day and CRM only gave me the "Opportunity Vars".
How you can look, I put "Creation Day/Fecha de Creación" (I don't know if it's needed or not to put the "If" sentence, because we have the "wait"), but I don't think that "Creation Day" will get upgrade every day until this date....










