Programmatically duplicating BCM's "Link to Record" function

Status
Not open for further replies.
A

AnneC

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?
 
On Aug 20, 11:27 am, AnneC <An...> 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.
 
"Luther Blissett" wrote:


> On Aug 20, 11:27 am, AnneC <An...> 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.
>


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.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
J VBA Cannot programmatically input or change Value for User Defined field Using Outlook 1
B Programmatically force html send and insert clipboard contents into body Outlook VBA and Custom Forms 0
Dr. Demento Programmatically encrypt email (2010) Using Outlook 10
oliv- Reduce the size of picture attachments: programmatically Outlook VBA and Custom Forms 3
B Adding controls programmatically Using Outlook 1
M programmatically make all Appointmentitem olResource Attendees unsendable Using Outlook 1
S Programmatically accessing Outlook Calendar data Using Outlook 1
R Send appointments data to a Form programmatically Outlook VBA and Custom Forms 2
M How to connect to SQL DB from outlook programmatically? Outlook VBA and Custom Forms 1
B Programmatically scheduling WebEx meetings through Outlook Outlook VBA and Custom Forms 1
N Help in programmatically setting formatting in an AppointmentItem Outlook VBA and Custom Forms 3
K Programmatically accessing Outlook properties Outlook VBA and Custom Forms 3
V How to programmatically set "Display reminders and tasks frm pstfolder Outlook VBA and Custom Forms 1
R Displaying a field from the field chooser programmatically Outlook VBA and Custom Forms 1
M How to programmatically select a outlook search folder? Outlook VBA and Custom Forms 1
M How to install custom mapi form programmatically? Outlook VBA and Custom Forms 1
B Accessing Outlook 2003 Signature Programmatically using C# Outlook VBA and Custom Forms 6
L Programmatically moving between pages in a form Outlook VBA and Custom Forms 2
S Programmatically bring up Advanced Find for contacts? Outlook VBA and Custom Forms 1
S assign task programmatically Outlook VBA and Custom Forms 2
S do Reply, Reply to All, Forward programmatically Outlook VBA and Custom Forms 2
P How can I stop Outlook 365 duplicating the posts? Using Outlook 1
J Duplicating email accounts, notes and missing calendar when iTunes syncs. Using Outlook 5
R Duplicating Category Colors For Second User Using Outlook 1
B Problem when setting up 2010 from 2007, duplicating emails. Using Outlook 1
P contacts duplicating BCM (Business Contact Manager) 1
T Outlook 2010 BCM Migration to Standard Contacts BCM (Business Contact Manager) 0
R Follow up button doesn't working neither the reminders in BCM BCM (Business Contact Manager) 0
P BCM conditional formatting BCM (Business Contact Manager) 5
B Outlook Business Contact Manager with SQL to Excel, User Defined Fields in BCM don't sync in SQL. Can I use VBA code to copy 1 field to another? BCM (Business Contact Manager) 0
D BCM 2013 not functioning as BCM 2010 Example no drop down for communications history Using Outlook 0
J No access to a Database BCM BCM (Business Contact Manager) 3
J Marketing task MS BCM BCM (Business Contact Manager) 10
S BCM Compulsory field, New opportunity Outlook VBA and Custom Forms 0
A BCM does not work anymore! BCM (Business Contact Manager) 1
G Windows Update Causes BCM Database Access Problem? BCM (Business Contact Manager) 4
A BCM does not work with Windows 10 1703 any more BCM (Business Contact Manager) 3
S BCM Auto Backup Data and Customizations BCM (Business Contact Manager) 6
S BCM Project Task Order BCM (Business Contact Manager) 1
T Lost access to remote BCM database BCM (Business Contact Manager) 4
crazyboy Problems connecting to BCM on Server Using Outlook 2
J Problems connecting to BCM BCM (Business Contact Manager) 16
T BCM 2010 randmoly going offline BCM (Business Contact Manager) 0
M At last a BCM alternative... Outlook Customer Mngr 365! BCM (Business Contact Manager) 0
S BCM view customization BCM (Business Contact Manager) 1
L Cannot Connect to BCM database BCM (Business Contact Manager) 9
A Cannot connect to BCM database BCM (Business Contact Manager) 3
K BCM Reports: Timeout Expired BCM (Business Contact Manager) 0
K BCM hide subfolders BCM (Business Contact Manager) 1
Diane Poremsky Restoring BCM Database After Upgrading Windows Using Outlook 0

Similar threads

Back
Top