You need to sign in to do that
Don't have an account?
Check 'Send Email Notification' checkbox on Lead Object
Hi friends,
I wanna make the checkbox 'Send email notification ' on Lead object to be checked on change of Lead Owner.
Has anyone come across this scenario?
If so plz guide me to achieve the same.
I wanna make the checkbox 'Send email notification ' on Lead object to be checked on change of Lead Owner.
Has anyone come across this scenario?
If so plz guide me to achieve the same.
Maybe it is not entirely correct, but should give you an idea how to get started and proceed.
You can use workfow rule to update field having criteria as
ISCHANGED(Lead.Owner)
update Send_email_notification__c = true