Need help with Lead Workflow
I have a requirement to send an email to the sales person (a required field) when a new lead is created. In some cases, the sales person is creating the lead and in other cases another user is creating the lead and assigning it to the sales person. I only want the new lead email to trigger when the sales person is not equal to the owner (person creating the lead). This is what I have tried and it is still triggering on all new leads:
IfNull(PRE('<LeadOwner>'),'Null') <> IfNull([<SalesPersonFullName>],'Null')
does anyone know how to achieve this?
0