BCM leads management , pick list configuration, and real world usa

G

Guest

The BCM project serves as important lesson on how a program must serve the
needs of the user, not the other way around. I don’t see BCM as a ‘free
add-in’; it’s advertised as an integral part of a suite of office software,
with all the related development costs factored in.

I regularly import csv files with batches of 50-100 leads. I can tell
Outlook 03 to import the files into a field customized folder that can later
be merged or deleted. After 10+ years of customizing contact fields, it’s
quite doable. I can’t do any of that in BCM. I can’t even create a basic
folder of any kind. I know, yes, categories are the way of the future, but
let us be practical. Information has to be segregated in order to be useful.

BCM 1 looked so promising when I tried it two years ago. The stability of
V1 was like alpha software. V2 worked at the expense of stripping the program
to a feature subset that resembles a ‘demo’: if you are one of the <1% of
all business users for whom this program works, congratulations. I’ve tried
to read your posts. I was disappointed to discover that the_most basic_
info, e.g. sales status, source of lead, subfolders-are simply not
customizable, and likely never will be in an OL2003 version. However, if I
can figure out how to edit the PickLIstsMasterList as well as the relevant
forms as Max has described, it may work. If I need to then resort the leads
by field, I hope they continue to display as that is my whole reason for
using fields in Outlook. Information has to be accessible to be useful.

I can only imagine how many deployment hours have been invested by end-users
who later discovered that the program had been eviscerated into irrelevancy.
The end effect is one of a cruel joke passed upstairs by PMs with little
regard for the value of the end user’s time or product needs. Steve Sinofsky
seems like a nice and competent manager, but he did no favors by approving
RTM. It reflects a culture within Microsoft that promotes features over
functionality, and like the trainwreck that is Vista, promises far more than
it delivers.

I’ll try again with 3.0, but the lessons seem clear. Don’t cut the baby in
two by forcing the use of two databases. I do like the idea of sharing
contacts with another local peer user in my office, and I shouldn’t have to
sacrifice compatibility with the rest of Outlook to do it. And make every
aspect of BCM as configurable as the corresponding Outlook. Features are
only valuable when they get real world usage.

It’s so close to being a relevant product. Hey BCM PM’s, can you walk the
extra mile to make a version 2.5 that works with your existing base of
MILLIONS of users? Thank you.

Neal
 
G

Guest

Addenda: I'd greatly appreciate if someone has the solution about how to edit
the MSDE database as mentioned in a previous post,

http://www.microsoft.com/communitie...face7a22be15&lang=en&cr=US&sloc=en-us&m=1&p=1

For those who work for MS, I live next to Redmond in Kirkland, WA. Many of
my friends and clients have been vendors, or direct hires, or vested. Thank
you, I do appreciate your efforts....and I believe the rule of architecture
is that features should be driven by end-user needs.

Thanks, Neal
 
G

Guest

I think I discovered the best way to edit the MSDE Database fields.

First, I installed the 2005 Sql Server Express Edition, and then the 2005
Management Studio Express. I opened the database and went to
COMPUTERNAME\MICROSOFTSMLBIZ\Databases\MSBusinessContactManager\Tables\dbo.PickListsMasterList
and found six folders. By editing these fields and then editing the
corresponding forms and deleting the dll, I should be able to get this to
work. I'll lpost the results when I know...(crickets)...

: )
 
G

Guest

Editing the fields in PickListsMasterList isn't as easy as I first thought.
I found the FieldMAPIID under
MICROSOFTSMLBIZ\Databases\MSBusinessContactManager\Tables, but the MAPIID
values are five digit strings like 36882 Instead of blindly deleting values
or adding to the table, I would have to add strings with a knowledge of the
fields that correspond to the 5 digit codes. It seems that 'Max' had an
inside knowledge of how the picklists were written, and what codes produce
new values.

This has been a good lesson in how this database works. SQL Server 2005
Express is the best way to handle the existing database, and apparently is
included in the Office 2007 version of BCM.

Word on the street is that the open Beta2 of BCM 3 is on the way for May 23
or 24. It's not worth it for me to continue to try to update this version of
the program with the next beta so close. From all I see, it solves the
problems I'm working on in a better solution.

: ) Neal
 
L

Luther

Figuring out the mapping between Outlook's object model names, MAPI
IDs, and the BCM db's tables and columns, is definately one way to dive
deeper into BCM and figure out how to extend it. It appears that BCM
uses the mapping between these fields at runtime, because there's a db
table that appears to be a map of all the BCM types, and also has the
names of the fields used in the BCM exported XML files.

I've found Outlook Spy invaluable for figuring out what MAPI IDs
Outlook and BCM are using in the forms: http://www.dimastr.com/outspy/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top