Dear C&P,
In June 2016 and prior, we were able to manage and edit Recurring transactions from C&P Connect. When setting a new credit card number, it would create a C&P Data with the following XML...
Starting sometime around July 2016, using the same C&P Connect web interface, they now come in as follows in the C&P Data:
Thanks for considering,
Frank
In June 2016 and prior, we were able to manage and edit Recurring transactions from C&P Connect. When setting a new credit card number, it would create a C&P Data with the following XML...
<ItemName>PreAuthorization</ItemName>
<Quantity>1</Quantity>
and a C&P Transaction and Opportunity with the PreAuthorization Opportunity Product.<Quantity>1</Quantity>
Starting sometime around July 2016, using the same C&P Connect web interface, they now come in as follows in the C&P Data:
<ItemName>PreAuthorization</ItemName>
<Quantity>0</Quantity>
The problem is this creates an exception because the Quantity in Salesforce Opportunity Products(Opportunity Line Items) can't be zero. I am pretty sure this is core Salesforce, not special to us:<Quantity>0</Quantity>
Upsert failed. First exception on row 0; first error: FIELD_INTEGRITY_EXCEPTION, field integrity exception: Quantity (quantity must be nonzero): [Quantity]
Can you reinstate the Quantity of 1 for PreAuthorization transactions? I believe this is a basic data integrity issue for anyone who preauthorizes.Thanks for considering,
Frank
Comment