BCM runs as a service, so I would first of all caution you not to talk directly to the database. You can learn a lot from reading the database so you'll know its data structure, but you'll have to get the OUTLOOK SDK so you can talk to the individual objects. Be mindful, tha BCM has its own underlying logic and so you'll have to talk to the object explicitly to get your business done. If you're just reading elements, you can talk to the database directly, otherwise I'd use the SDK. To start with, use MS ACCESS to connect to the tables and see how they are assembled. The MDF file is located in the personal folder and you can see them in the SQL STUDIO EXPRESS via the MICROSOFTSMLBIZ instance. Depending on what you're doing and what is supported in your ERP, I would either code the application using MS ACCESS and use VBA or write a full blown VB.NET application. Let me know if you need help.
"Luther" <enowning[ at ]gmail.com> wrote in message news:1178563734.930834.107380[ at ]e51g2000hsg.googlegroups.com...
[Quoted Text] > On May 4, 1:17 pm, Nihat <N...[ at ]discussions.microsoft.com> wrote: >> Hi, >> >> I need more info and help about integrating BCM with my ERP solution. >> >> Regards, >> >> Nihat > > What information or actions do you want to integrate? >
|