A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Custom Relationships



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 14th 07, 03:57 PM posted to microsoft.public.outlook.program_forms
Vbasiccode
external usenet poster
 
Posts: 14
Default Custom Relationships

Can you have and or build a new 1 to many relationship? example what i would
lobe to build is a new tree
Business Contact Manager
1 Account many Groups (Custom item)
1 Group many Benefits (Custom item)

q1 can you create custom items?
q2 can those custom items have 1 to many relations ships
q3 can those custom item exist of FormRegion customizations as stand alones


I am trying to get outlook to act as close as possible to MSCRM3.0



  #2  
Old May 14th 07, 09:26 PM posted to microsoft.public.outlook.program_forms
Hollis Paul
external usenet poster
 
Posts: 242
Default Custom Relationships

In article ,
=?Utf-8?B?VmJhc2ljY29kZQ==?= wrote:
I am trying to get outlook to act as close as possible to MSCRM3.0

A fools errand if I ever heard of one. If you want something to work
like MSCRM3.0, then you should by MSCRM3.0. Unless, of course, you
count your development as $0.00/hour. If you value you time that
little, then you clearly are not capable of such development.

--
Hollis Paul
Mukilteo, WA USA


  #3  
Old May 14th 07, 10:18 PM posted to microsoft.public.outlook.program_forms
Vbasiccode
external usenet poster
 
Posts: 14
Default Custom Relationships

That was a pretty nasty remark.
I have a product fully developed for MSCRM3, but due to costs involved some
of my smaller clients can't afford the costs involved with the server. I am
doing R&D on the development of my product as it related to other much
cheaper CRMs, (Maximizer, Act, etc) Outlook BCM came up as a possibility, and
i have come up with a possible solution, however it would be nice since the
data seems to have a basic structure and they have now allowed the making of
Form (Form Region 'Seperated') . To add to this they currenly have a relation
for Account to Contact. Knowing all this, then i do not beleive that was
thought of by the builders of the new Outlook to allow for custom
entities(items). Remember they are touting this as the light CRM!


"Hollis Paul" wrote:

In article ,
=?Utf-8?B?VmJhc2ljY29kZQ==?= wrote:
I am trying to get outlook to act as close as possible to MSCRM3.0

A fools errand if I ever heard of one. If you want something to work
like MSCRM3.0, then you should by MSCRM3.0. Unless, of course, you
count your development as $0.00/hour. If you value you time that
little, then you clearly are not capable of such development.

--
Hollis Paul
Mukilteo, WA USA



  #4  
Old May 15th 07, 07:32 AM posted to microsoft.public.outlook.program_forms
Hollis Paul
external usenet poster
 
Posts: 242
Default Custom Relationships

In article ,
=?Utf-8?B?VmJhc2ljY29kZQ==?= wrote:
I am
doing R&D on the development of my product as it related to other much
cheaper CRMs, (Maximizer, Act, etc) Outlook BCM came up as a possibility, and
i have come up with a possible solution,

So, you are not one of the great unwashed, whose fabulous idea needs to be
nipped in the bud. My apologies. Way back in Outlook 95, I built a couple of
forms that allowed all outlook users in a sales group to post journal items in a
public folder. Did sales groups beat a path to my door? Nooo. They waited till
MS built MSCRM and paid big bucks for an additional share of problems. The
little guys never had a clue. Good luck. I gave up on Outlook development a
long time ago.

--
Hollis Paul
Mukilteo, WA USA


  #5  
Old May 15th 07, 03:08 PM posted to microsoft.public.outlook.program_forms
Vbasiccode
external usenet poster
 
Posts: 14
Default Custom Relationships

Hello Paul
I have never wanted to be a Outlook developer and certinatly not VBA. But
after a long and sometimes inventive job keeping tacttics i have learned that
you sometimes have to do things you may not have jumpped up for joy for. But
if you are going to do it then do it as good as you can because all we have
is our good name and quality workmanship.
Due to VS2005 i don't have to write VBA.

Enough soap box.

If there is a way to create a new item(entitiy/object) and then link it to
another item(entity/object) such as the relationship between Account and
Business Contact then I could do an amazing amount of things for a much lower
cost.

I have only been looking at office and outlook as a development enviroment
for 2 weeks now so i am still missing some of the base structure information.

Any help or hints would be great

Thanks all
Gary



"Hollis Paul" wrote:

In article ,
=?Utf-8?B?VmJhc2ljY29kZQ==?= wrote:
I am
doing R&D on the development of my product as it related to other much
cheaper CRMs, (Maximizer, Act, etc) Outlook BCM came up as a possibility, and
i have come up with a possible solution,

So, you are not one of the great unwashed, whose fabulous idea needs to be
nipped in the bud. My apologies. Way back in Outlook 95, I built a couple of
forms that allowed all outlook users in a sales group to post journal items in a
public folder. Did sales groups beat a path to my door? Nooo. They waited till
MS built MSCRM and paid big bucks for an additional share of problems. The
little guys never had a clue. Good luck. I gave up on Outlook development a
long time ago.

--
Hollis Paul
Mukilteo, WA USA



  #6  
Old May 15th 07, 05:53 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Custom Relationships

AFAIK, BCM isn't designed to accommodate new relationships or new data record types. Any such linking would have to be of your own design and your own coding, perhaps through custom properties (read up in the BCM 2007 docs on MSDN about those).

Also, there is a separate microsoft.public.outlook.bcm forum where folks with more BCM experience can be found.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Vbasiccode" wrote in message ...

If there is a way to create a new item(entitiy/object) and then link it to
another item(entity/object) such as the relationship between Account and
Business Contact then I could do an amazing amount of things for a much lower
cost.

I have only been looking at office and outlook as a development enviroment
for 2 weeks now so i am still missing some of the base structure information.

I am
doing R&D on the development of my product as it related to other much
cheaper CRMs, (Maximizer, Act, etc) Outlook BCM came up as a possibility, and
i have come up with a possible solution,


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Item_Send: How to generate a non-custom form message from custom f supportusa Outlook - Using Forms 3 April 9th 07 11:37 PM
importing custom fields into a custom form susan lasalle Outlook - Using Contacts 1 January 16th 07 10:01 PM
re-post: custom button in custom toolbar stef Outlook - General Queries 3 August 8th 06 11:30 PM
Emailing a contact vCard with custom form loses all custom info Kim Outlook - Using Contacts 7 April 27th 06 01:21 AM
Cannot programmatically open custom message in custom form ms Outlook - Using Forms 1 January 20th 06 04:01 PM


All times are GMT +1. The time now is 12:53 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.