-
if the field is blank more than 10 days of record creation in Salesforce, we need to send a mail.
if the field is blank more than 10 days of record creation we need to send a mail
1. fields:start date(date),type(picklist),
2. system must send an email notification to Event Owner or Focal Point if the field “xyz” is still blank X days before “Start Date”. This rule must be applied only for types = X, Y, Z.
3.Example when applying rule above:
Event Start Date = 11/11/2017
Days in Advance to send email notification = 10Email sent date: 01/11/2017
Any ideas How to achieve this
Log In to reply.