Hi,
I want to send a mail where in an Email should be send 1 month prior to the particular date.
How can I achieve this
Thanks
Regards,
Nandini
Nandini T S wrote:
By a timer that is scheduled daily. In there you query the records that evaluate Currdate() = AddMonths(YourParticularDate,-1) to be True. From there you can implement your specific email logic.
Alternatively to the timer soksolutionution, you could implement this with a BPT process with a wait activity and an email activity.
Daniel