BCM Sharing, Add-Ins and Synchronization



I've created the base for an Outlook add-in that allows me to maintain
additional information on a new region within a BCM Account. The thing
I'm trying to get past is the best way to store this data and some
problems related to that.

Let me say first that simply using custom fields is not feasible due to
the nature of the data I'm capturing. That is not negotiable.

The first idea I dismissed was the idea of building an XML document
containing all the data I need and attaching that to the Account. I
saw this method used in an Add-In example downloaded from Microsoft's
site. There are 2 problems with this. First, the attachment approach
didn't seem to work when using a shared database. Second, I need to be
able to efficiently report on the data collected though this custom
region. An attachment to an Outlook Item would not provide an
effective reporting repository.

The most reasonable idea, I think, is just to define custom tables in
the BCM database. This gets a little tricky because it would have to
write to either the shared database, or the offline database depending
on whether the user is offline or not. If writing to the offline
database, then the data must be synchronized at some point.

I can work through the synchronization algorithm if I need to, but I
have the following questions:

1. Is there some built-in feature of the BCM synch mechanism that can
synch custom data?

2. Is there some storage option for this custom data that I'm
completely missing?

3. If I need to write my own synch algorithm, is there some event that
I can subscribe to that will tell me when the standard OCM synch is
being performed so that I can piggy back on to that to perform my own?

.



Relevant Pages

  • Re: typed datasets vs. business objects
    ... When I use a business object to populate a gridview, for example, I ... don't have to loop through anything. ... I have done lots and lots and lots of reading on them vs custom ... DAL objects that the in-house written database engine used. ...
    (microsoft.public.dotnet.general)
  • Re: IT dept uninstalled then reinstalled SQL Now my contacts are m
    ... There is no way to re-install the database as the install software will not ... This is not the first time I have had a problem with BCM. ... When I up dated my sql from 2005 to 2008 bingo, ...
    (microsoft.public.outlook.contacts)
  • RE: getting Membership userid to use and store in a custom databas
    ... I would like to use the key in a many to one database the (one being your ... custom home page. ... what you'd like to do is something like the Profile ... getting Membership userid to use and store in a custom ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: there are no more endpoints available from the endpoint mapper
    ... database on one of our computers, as any of us might be gone. ... I had already seen that you could not install Outlook 2003, much less BCM, ... prohibition against installing it on a secondary server running Windows ...
    (microsoft.public.windows.server.sbs)
  • Re: SBS/Outlook 2003-2007/BCM (Update)
    ... I can install the the latest update for BCM, ... SBS 2003 server and point the workstations to that as a shared database? ... BCM database stored on the SBS server. ... Business Contact Manager Update shared database best practices Share ...
    (microsoft.public.windows.server.sbs)

Quantcast