I want to create a custom data adapter for an existing import process we have to import Sales Force data, I really only want to use CMSImport Task Scheduler as a wrapper for this at the moment in order to allow the customer control schedule and execution. Later on I would like to expose the SalesForce query and allow them some control over the mapping.
Is something like this feasible? The first problem I see is that an IDataReader must be returned by the GetData method.
Happy new year, break was good. I hope you had a good break as well. I assume you use a service or something that returns xml? I have some example code how to convert that to a datareader. If you are interested best to email me [email protected].
Custom DataAdapter for SalesForce Data
Hi Richard,
Happy New year and hope you had a good break.
I want to create a custom data adapter for an existing import process we have to import Sales Force data, I really only want to use CMSImport Task Scheduler as a wrapper for this at the moment in order to allow the customer control schedule and execution. Later on I would like to expose the SalesForce query and allow them some control over the mapping.
Is something like this feasible? The first problem I see is that an
IDataReader
must be returned by theGetData
method.Thanks, Simon
Hi Simon,
Happy new year, break was good. I hope you had a good break as well. I assume you use a service or something that returns xml? I have some example code how to convert that to a datareader. If you are interested best to email me [email protected].
Best,
Richard
is working on a reply...