Hello,
I would like to know how to make the product in the SQL database table be
visible from the CRM

Thanks in advance

Re: SQL to CRM by Michael

Michael
Thu Jun 28 05:53:42 CDT 2007

Products are configured in the product catalog. Go to settings/product
catalog to configure them. Not sure about your question though. Maybe you
can explain a bit further what you're trying to do and what problems arise.

--
Michael Höhne, Microsoft Dynamics CRM MVP

Web: http://www.stunnware.com/crm2
Feed: http://www.stunnware.com/crm2/atom.aspx
Custom Lookup Dialog: http://www.stunnware.com/crm2/?area=customLookup
The JavaScript Snippets Directory:
http://www.stunnware.com/crm2/topic.aspx?id=JS13

----------------------------------------------------------

"Newuser" <Newuser@discussions.microsoft.com> schrieb im Newsbeitrag
news:29C23CD8-DA0F-4EFD-9CF5-C6998ACF9B49@microsoft.com...
> Hello,
> I would like to know how to make the product in the SQL database table be
> visible from the CRM
>
> Thanks in advance



Re: SQL to CRM by Newuser

Newuser
Thu Jun 28 06:28:01 CDT 2007

I mean my products are not in the CRM database , they are stored in a SQL
database on different server, How can I copy them into the CRM database.

Thanks

"Michael Höhne" wrote:

> Products are configured in the product catalog. Go to settings/product
> catalog to configure them. Not sure about your question though. Maybe you
> can explain a bit further what you're trying to do and what problems arise.
>
> --
> Michael Höhne, Microsoft Dynamics CRM MVP
>
> Web: http://www.stunnware.com/crm2
> Feed: http://www.stunnware.com/crm2/atom.aspx
> Custom Lookup Dialog: http://www.stunnware.com/crm2/?area=customLookup
> The JavaScript Snippets Directory:
> http://www.stunnware.com/crm2/topic.aspx?id=JS13
>
> ----------------------------------------------------------
>
> "Newuser" <Newuser@discussions.microsoft.com> schrieb im Newsbeitrag
> news:29C23CD8-DA0F-4EFD-9CF5-C6998ACF9B49@microsoft.com...
> > Hello,
> > I would like to know how to make the product in the SQL database table be
> > visible from the CRM
> >
> > Thanks in advance
>
>
>

Re: SQL to CRM by Matejewski

Matejewski
Thu Jun 28 15:09:54 CDT 2007

On 28 Cze, 13:28, Newuser <Newu...@discussions.microsoft.com> wrote:
> I mean my products are not in the CRM database , they are stored in a SQL
> database on different server, How can I copy them into the CRM database.
>
> Thanks
>
> "Michael H=F6hne" wrote:
> > Products are configured in the product catalog. Go to settings/product
> > catalog to configure them. Not sure about your question though. Maybe y=
ou
> > can explain a bit further what you're trying to do and what problems ar=
ise.
>
> > --
> > Michael H=F6hne, Microsoft Dynamics CRM MVP
>
> > Web:http://www.stunnware.com/crm2
> > Feed:http://www.stunnware.com/crm2/atom.aspx
> > Custom Lookup Dialog:http://www.stunnware.com/crm2/?area=3DcustomLookup
> > The JavaScript Snippets Directory:
> >http://www.stunnware.com/crm2/topic.aspx?id=3DJS13
>
> > ----------------------------------------------------------
>
> > "Newuser" <Newu...@discussions.microsoft.com> schrieb im Newsbeitrag
> >news:29C23CD8-DA0F-4EFD-9CF5-C6998ACF9B49@microsoft.com...
> > > Hello,
> > > I would like to know how to make the product in the SQL database tabl=
e be
> > > visible from the CRM
>
> > > Thanks in advance

Products are stored in ProductBase and ProductExtensionBase tables but
is really hard to correctly add it via mssql . My advice is to use
SDK and WebServises. You can also use SQL server profiler to control
witch tables are updated after adding new product