Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Programmatically duplicating BCM's "Link to Record" function

7 views
Skip to first unread message

AnneC

unread,
Aug 20, 2009, 2:27:01 PM8/20/09
to
I want to replicate the function of the "link to record" button (to link to a
specific BCM project) and the "billable" BCM button for appointments as they
are created.

The best clue I've found is here
http://msdn.microsoft.com/en-us/library/bb267929.aspx, which implies I need
to create a journal item, then link that to the project, then link the
journal item to the appointment. Anyone know whether this is actually what
"Link to Record" does?

I have no idea how to set the billable property. Sounds like it should be
straightforward, but I can't find any documentation on where is it or what's
the format. Any thoughts?

Luther Blissett

unread,
Aug 24, 2009, 5:22:27 PM8/24/09
to
On Aug 20, 11:27 am, AnneC <An...@discussions.microsoft.com> wrote:
> I want to replicate the function of the "link to record" button (to link to a
> specific BCM project) and the "billable" BCM button for appointments as they
> are created.
>
> The best clue I've found is herehttp://msdn.microsoft.com/en-us/library/bb267929.aspx, which implies I need

> to create a journal item, then link that to the project, then link the
> journal item to the appointment. Anyone know whether this is actually what
> "Link to Record" does?
>
> I have no idea how to set the billable property. Sounds like it should be
> straightforward, but I can't find any documentation on where is it or what's
> the format. Any thoughts?

I would recommend looking at the BCM database schema as a starting
point. I suspect Billable is a property of activities. And that link
to record would a record in a relationship table, linking a record in
an activity table to a record in the ContactMainTable.

LH

unread,
Nov 11, 2009, 7:50:02 AM11/11/09
to

"Luther Blissett" wrote:

Anne, I guess you might have already solved this problem. If so, I would be
grateful if you could post your solution (the code) because I have the same
problem with 'link to record'. I'm trying to link an email to a business
project programmatically but none of my solutions works.

0 new messages