function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
prakash_sfdcprakash_sfdc 

EchoSign: How to create validation rule on EchoSign Agreement object to prevent from sending for Signing?

I want to create a validation rule to prevent EchoSign Agreement to be sent for signing until the Opportunity Probability has reached 90%. Please help it's urgent.
Patrick Maxwell AppfolioPatrick Maxwell Appfolio

Instead of a validation rule, I would replace the button on the page layout called "Send Contract" (and I don't use EchoSign, but I'm assuming that there is a button that does this) with a javascript button that has the same name, but validates that the probability is at 90%.  If it's not at 90% send a custom Javascript error.

Edit: Spelling