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

validation rule that prevents users from activating a contract
I'd like to leverage out of the box contracts but I need to prevent users from activating a contract unless 2 date fields are not blank
AND(
ISPICKVAL( Status,"Active"),
ISBLANK( CompanySignedDate ),
ISBLANK( CustomerSignedDate ))
Hope this helps.
I can't get validation to work. I am pretty sure that the Activate button is messing with my status. I think the activate button action happens after the status change....???? Instead I created a custom 'Status' button and removed the button from the page layout.
Thanks for your quick response!!