Skip to main content
I'm trying to create a validation rule on the Opp object so that it will throw an error message when user tries to enter data into the PO Number field and the Opp Pricebook and Synced Quote Pricebook do not match.

 

Here is my rule, it is throwing the error even when the pricebooks do match. Any ideas? THANKS!

 

AND ( NOT(ISBLANK(PONumber__c)),Pricebook2.Name  <>  SyncedQuote.Pricebook2.Name  )
답변 22개
  1. 2018년 9월 20일 오후 5:22
    is your pricebok field and syncedQuote field a picklist?
0/9000