Solved! Go to Solution.
I have a custom object called "Product & Charge" ... how do I come up with the List name for this? I've tried $ProductChargeList and $ProductAndChargeList and $Product_ChargeList... I understand removing the spaces, but I can't use the ampersand character because it comments out the text after it and the email errors out.
If anyone has any idea it would be extremely helpful. Thanks.
Try dragging a field into the email script from your custom object and see what Marketo named it.
The Custom Object name as it appears in the Custom Objects List is "Subscription Product & Charge."
The list name (as I figured out after playing with it) is $Zuora__SubscriptionProductCharge__cList
If you drag over a field from a custom object, the list name is populated prior to the .get(0) call.