You need to sign in to do that
Don't have an account?

Validation Rule for Leads and Campaigns
Hi all,
I am trying to create a validation rule inside Leads requiring that if the Conference Name field is filled in, that a Campaign is tied to the Opportunity. For some reason this validation rule formula is not letting me convert leads even when I have Conference name filled in and a Campaign tied to the Lead. Any suggestions?
AND(NOT(ISBLANK( Conference_Name__c )),
(ISBLANK( Campaign.Name )))
I am trying to create a validation rule inside Leads requiring that if the Conference Name field is filled in, that a Campaign is tied to the Opportunity. For some reason this validation rule formula is not letting me convert leads even when I have Conference name filled in and a Campaign tied to the Lead. Any suggestions?
AND(NOT(ISBLANK( Conference_Name__c )),
(ISBLANK( Campaign.Name )))
-Thanks,
TK
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
Can you please share the updated Validation rule criteria?
-Thanks,
TK
AND(NOT(ISBLANK( Conference_Name__c )),
(ISBLANK( CampaignId )))