Re: Create new entity or object by GreaterThanTwo
GreaterThanTwo
Mon Jan 26 16:14:29 CST 2004
Hi Scott, it's a lot of work to add your own entities in and make it work,
so I'd suggest:
1) Put your related data in a separate database, and store the id of the
associated MSCRM object in your DB so that you can match them up.
-or-
2) Use an existing entity as something else. But yes, you run the risk that
you may need this feature in the future. MS may also add the feature you
need, or allow you to add your own entity.
I'd suggest going with the first method (the supported method for
customization).
Mike
"Scott W." <anonymous@discussions.microsoft.com> wrote in message
news:4bba01c3e451$f33ad970$a501280a@phx.gbl...
> Would you suggest staying within the schema and
> customizing an entity you don't plan to use? My fear is
> that business needs will change down the road, etc...
>
> I need to relate contacts that I plan to store in the CRM
> to specific data I collect.
>
>
> >-----Original Message-----
> >It is possible in CRM 1.0 and 1.2 to integrate custom
> entities, but the
> >tools provided don't let you do it, and most of the APIs
> don't work with
> >custom entities.
> >
> >Best bet is to store that data in a separate DB, and
> integrate your own web
> >pages to show/edit that data.
> >
> >Mike
> >
> >
> >"Scott W." <anonymous@discussions.microsoft.com> wrote
> in message
> >news:3bdb01c3e3a8$e3ab2180$a101280a@phx.gbl...
> >> I would like to create a customized view (object or
> >> entity - not positive on the nomenclauture but I want
> to
> >> create an oject similar to Opportunities and add custom
> >> fields to it) to capture data for an information produc
> >>
> >> In schema manager I can add fields to existing entities
> >> but can't create new ones.
> >>
> >> Is it possible to do the above and if so can someone
> >> point me in the right direction. The SDK doesn't seem
> to
> >> reveal much along these lines....
> >>
> >> Thanks -
> >
> >
> >.
> >