• jack wilson 21
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I want to integrate Google pay/ Amazone payment system in my salesforce commerce cloud and payment can be global not depand on region base.
I want to integrate Google pay/ Amazone payment system in my salesforce commerce cloud and payment can be global not depand on region base.
I have a picklist called "Delivery_Time__c" which has 3 values.

I need to setup validation so that the user can't select the Quoted stage on the opportunity record unless they select the a delivery picklist value option.

How can I write this? my code is wrong.... I have this error: "Error: Incorrect number of parameters for function 'ISPICKVAL()'. Expected 2, received 4"

my wrong code:

AND( ISPICKVAL ( Delivery_Time__c, "Standard lead time", "Expedited delivery", "Multiple deliveries" ) , ISPICKVAL( StageName , "Opportunity - quoted"))