If I use your "File Batch Processing" feature in the virtual terminal, is it possible to create a recurring set that repeatedly charges for TWO separate items?
Currently, we have a custom donation form that utilizes C&P's API. The custom form allows a donor to establish a recurring donation, and allows them to add on a recurring magazine subscription. Each item is assigned a different SKU. The resulting records in Salesforce look like this: One C&P Data record that has information for TWO items:
<OrderItemList><OrderItem><ItemID>1</ItemID><ItemName>Membership</ItemName><Quantity>1</Quantity><UnitPriceCharge>125</UnitPriceCharge><UnitPriceDue>125</UnitPriceDue><UnitDeductibleCharge>125</UnitDeductibleCharge><UnitDeductibleDue>125</UnitDeductibleDue><TaxAmountCharge>0</TaxAmountCharge><TaxAmountDue>0</TaxAmountDue><DiscountCharge>0</DiscountCharge><DiscountDue>0</DiscountDue><SKU>AWM-MEM</SKU></OrderItem><OrderItem><ItemID>2</ItemID><ItemName>Kayak Session</ItemName><Quantity>1</Quantity><UnitPriceCharge>30</UnitPriceCharge><UnitPriceDue>30</UnitPriceDue><UnitDeductibleCharge>0</UnitDeductibleCharge><UnitDeductibleDue>0</UnitDeductibleDue><TaxAmountCharge>0</TaxAmountCharge><TaxAmountDue>0</TaxAmountDue><DiscountCharge>0</DiscountCharge><DiscountDue>0</DiscountDue><SKU>AWM-MAG</SKU></OrderItem></OrderItemList>
One C&P transaction is created. TWO related opportunities are created, each with a different SKU as detailed in the XML above.
I need to recreate hundreds more of these types of records via an import. My understanding is that File Batch Processing is the way to do it but I see no mention in the documentation of whether we can create a single recurring record with multiple opportunities under it.
If it is not possible via FIle Batch Processing, please advise as to how we can create these en masse.
Currently, we have a custom donation form that utilizes C&P's API. The custom form allows a donor to establish a recurring donation, and allows them to add on a recurring magazine subscription. Each item is assigned a different SKU. The resulting records in Salesforce look like this: One C&P Data record that has information for TWO items:
<OrderItemList><OrderItem><ItemID>1</ItemID><ItemName>Membership</ItemName><Quantity>1</Quantity><UnitPriceCharge>125</UnitPriceCharge><UnitPriceDue>125</UnitPriceDue><UnitDeductibleCharge>125</UnitDeductibleCharge><UnitDeductibleDue>125</UnitDeductibleDue><TaxAmountCharge>0</TaxAmountCharge><TaxAmountDue>0</TaxAmountDue><DiscountCharge>0</DiscountCharge><DiscountDue>0</DiscountDue><SKU>AWM-MEM</SKU></OrderItem><OrderItem><ItemID>2</ItemID><ItemName>Kayak Session</ItemName><Quantity>1</Quantity><UnitPriceCharge>30</UnitPriceCharge><UnitPriceDue>30</UnitPriceDue><UnitDeductibleCharge>0</UnitDeductibleCharge><UnitDeductibleDue>0</UnitDeductibleDue><TaxAmountCharge>0</TaxAmountCharge><TaxAmountDue>0</TaxAmountDue><DiscountCharge>0</DiscountCharge><DiscountDue>0</DiscountDue><SKU>AWM-MAG</SKU></OrderItem></OrderItemList>
One C&P transaction is created. TWO related opportunities are created, each with a different SKU as detailed in the XML above.
I need to recreate hundreds more of these types of records via an import. My understanding is that File Batch Processing is the way to do it but I see no mention in the documentation of whether we can create a single recurring record with multiple opportunities under it.
If it is not possible via FIle Batch Processing, please advise as to how we can create these en masse.
Comment