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

I want to create a validation rule to assign the lead to the active user before editing the lead.
We haver a requirement that initially through web to lead the lead will be assigned to the Bucket like USA/Europe etc. We want that it should be assigned to the active user before it is edited by anyone. I have the validation formula which is working fine:
LEFT( OwnerId , 3 ) <> "005"
The problem with this is that I am unable to create the lead (web to lead) as it is throwing the error that plz assign the lead to the active user. I want my validation rule to run only if it is edited not at the time of creating.
Please help me!
Thanks,
Max
LEFT( OwnerId , 3 ) <> "005"
The problem with this is that I am unable to create the lead (web to lead) as it is throwing the error that plz assign the lead to the active user. I want my validation rule to run only if it is edited not at the time of creating.
Please help me!
Thanks,
Max
Please max, please use "IsNew()" method in validation rule to verify that the record is not new. Like below:
Hope this helps!!1
Thanks,
Gaurav
Thank you for replying!
Is that possible for you to give me full validation formula. As I am getting error if I am adding the ISNEW() in my current formula.
Appreciate your help.
Thanks
It would be beneficial if you could provide your formula, I will modify the same.
Thanks,
Gaurav
Skype: gaurav62990
LEFT( OwnerId , 3 ) <> "005"
TIA Gaurav
LEFT( OwnerId , 3 ) <> "005"
Please try this one, it works in my org.
Thanks,
Gaurav