RonaldL
Mon Jun 19 03:22:02 CDT 2006
Hi Richard,
Many to many relationships aren't possible by default. only 1-many
relationships are. With this in mind, you can create an extra entity which
will serve as a connection table. You should create two relationships from
this connectionentity: one to many with projects and one to many with
contacts. You now can connect as much contacts with as much projects as you
like.
Hope this helps,
--
Ronald Lemmen
Avanade Netherlands
http://ronaldlemmen.blogspot.com/
"Richard" wrote:
> Ronald,
>
> We also have the need foor projects in our CRM. You wrote that you made a
> 1-m relationship account-project. Does this mean that you cannot add multiple
> accounts / contacts to a project. This is essential for us.
>
>
> --
> Richard
>
>
> "Ronald Lemmen" wrote:
>
> > Hi Dan,
> >
> > I've added relationships between the entity 'account' and a new entity
> > called 'project'. This was a 1-m relationship, every account can have more
> > projects, but a project can only belong to one account. Building this entity
> > including the relationship took me about 0,5 hour.
> >
> > Since you have already quite some experience with programming, the SDK
> > should be easy to use. You can download the sdk here:
> >
http://www.microsoft.com/downloads/details.aspx?FamilyID=9c178b68-3a06-4898-bc83-bd14b74308c5&DisplayLang=en
> > or view the sdk in msdn here:
> >
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/CrmSdk3_0/htm/v3d0customizationusingsdk.asp
> >
> > I believe that you will be very good able to use MS CRM.
> >
> > Kind regards,
> > --
> > Ronald Lemmen
> > Avanade Netherlands
> >
http://ronaldlemmen.blogspot.com/
> >
> >
> > "harlow.28" wrote:
> >
> > > ok. so you've added relationships and the accompanying screens?
> > > what's an example of a relationship that you added and how long did it
> > > take to put the screens and tables and relationships in there?
> > >
> > > i've done a lot of VB coding so i know how to do that. if it's just VB
> > > coding then it shouldn't take long. if it's more confused than that,
> > > then i'd like to know before buying the product. - dan
> > >
> > >