• ch-sjo
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 5
    Replies
We are synchronizing products from an external system. We provide a price in a custom field (cost__c) and also the currency.

To be able to import pricelists in all currencies (we create one price list per sales channel), SalesForce requires that the price must exist in the same currency in the Standard Price List.

So - I'd like to do the following:
Whenever a product is added / updated - take the value in cost__c and the currency on the product. Create an entry for every currency in the list of active currencies in the Standard Price List.
  • November 01, 2016
  • Like
  • 0
We are synchronizing products from an external system. We provide a price in a custom field (cost__c) and also the currency.

To be able to import pricelists in all currencies (we create one price list per sales channel), SalesForce requires that the price must exist in the same currency in the Standard Price List.

So - I'd like to do the following:
Whenever a product is added / updated - take the value in cost__c and the currency on the product. Create an entry for every currency in the list of active currencies in the Standard Price List.
  • November 01, 2016
  • Like
  • 0