We recently upgraded to E10. The migration has seemingly gone with a few hiccups but there were no major errors.
However, today I came across one hurdle that I am unable to solve. We have landing pages that allow people to select multiple products on the form (i.e. Product1, Product2, etc.). The form will collect the data and send the appropriate call to SFDC.
Here's where our business process is causing strife. In E9 we were allowed to update the prospect table and swap out the product codes based on HTML form values. In E10, we're using CDO and the update processing step no longer allows "static values" from and only allows mapped form data. I have found that using the "Update CDO - with Custom Values" will work but only for one CDO row. Our business process requires one record PER product. If you select three products, you will have three rows of data, each with unique product codes.
How can I get one-to-many CDO's for these products? Is such a thing possible in E10? Please note that we are using the unique key in our CDO to allow one-to-many records.
Todd