• Marawan Shalaby
  • NEWBIE
  • 15 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hi,
I want to apply validation rules which get checked upon creating an account. But after testing them and trying very basic rules which should always fire, my rules don't fire at all and the Account-Object gets created. They are set active, are syntactically correct. I created them in Customize > Accounts > Validation Rules. The formular basically looks like this:

AND(
OR( BillingCountry = "Canada", BillingCountry = "France" ),
OR( ShippingCountry = "Canada", ShippingCountry = "France" )
)

I know it's supposed to be easy but somehow I can't get it done. Any hint is appreciated, thank you!
Hi,
I want to apply validation rules which get checked upon creating an account. But after testing them and trying very basic rules which should always fire, my rules don't fire at all and the Account-Object gets created. They are set active, are syntactically correct. I created them in Customize > Accounts > Validation Rules. The formular basically looks like this:

AND(
OR( BillingCountry = "Canada", BillingCountry = "France" ),
OR( ShippingCountry = "Canada", ShippingCountry = "France" )
)

I know it's supposed to be easy but somehow I can't get it done. Any hint is appreciated, thank you!