ManagedPkg v8.2 : Stamping partner_price_book_entry_id from SFDC
Summary:
How to stamp partner_price_book_entry_id when there are multiple currencies
Content (required):
We are working on a multi currency implementation, we have 2 currencies: AUD / NZD.
Our CRM is SFDC and we are on Managed Package v8.2.
Our Parts master is SFDC and we import parts and pricebook entries from SFDC.
We use one Pricebook and the PriceBookEntry object has 2 rows for each product in SFDC - one for currency AUD and one for currency NZD.
While importing the Pricebook entries into CPQ (into PriceBookAssociation object), we see that these 2 rows get merged into one row.
The prices for AUD and NZD are getting stamped on this merged row.
2