Hi C&P
I am using the api for a client that is setting up DBSync to import into opportunities into QuickBooks (as Sales Receipts). DBSync matches the Products in SalesForce to Items in QuickBooks. Our donation form has 5 amounts the donor can choose from as well as an Other amount they can specify.
I am worry that DBSync won't be able to match since it looks like a new product will be created each time the product ID AND price don't match - after reading this in the manual.
Opportunity Products: Use products for each item in an opportunity – each product within a transaction will be created as an Opportunity
Products are matched against the Product ID & SKU. If the SKU of the item being posted matches the Product ID and the price the product will be assigned to the opportunity. If either the SKU or the price does not match a new product will be created.
Product matching does not use the price book.
Is there anything to save us in there like if there is no price specified or it is 0.00 the match doesn't have to occur? Otherwise it looks like new products will be created and DBSync won't be able to match to Items in SF
Thanks
Franklin
I am using the api for a client that is setting up DBSync to import into opportunities into QuickBooks (as Sales Receipts). DBSync matches the Products in SalesForce to Items in QuickBooks. Our donation form has 5 amounts the donor can choose from as well as an Other amount they can specify.
I am worry that DBSync won't be able to match since it looks like a new product will be created each time the product ID AND price don't match - after reading this in the manual.
Opportunity Products: Use products for each item in an opportunity – each product within a transaction will be created as an Opportunity
Products are matched against the Product ID & SKU. If the SKU of the item being posted matches the Product ID and the price the product will be assigned to the opportunity. If either the SKU or the price does not match a new product will be created.
Product matching does not use the price book.
Is there anything to save us in there like if there is no price specified or it is 0.00 the match doesn't have to occur? Otherwise it looks like new products will be created and DBSync won't be able to match to Items in SF
Thanks
Franklin
Comment