Hi, I'm a newbie to this CRM.

I'm using PHP on my website and sending leads to Sales Force using forms on
our website.
We're moving to the Microsoft CRM now and I'm not sure how to POST web form
info the CRM. What page do I post to? And how does it work? Do I need to run
an ASP page?

thanks for any help.

Re: Submit website form info to CRM by Matt

Matt
Wed Jul 26 14:50:37 CDT 2006

Dynamics CRM has a web service based API stack that is exposed for this
purpose. It is a lot easier to write these calls in a .Net language though.
more info on the SDK can be found here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=9c178b68-3a06-4898-bc83-bd14b74308c5&DisplayLang=en


--

Matt Parks
MVP - Microsoft CRM



"Eric P." <EricP@discussions.microsoft.com> wrote in message
news:6D162038-0AEC-4E72-A43E-C5C9F78D64FC@microsoft.com...
Hi, I'm a newbie to this CRM.

I'm using PHP on my website and sending leads to Sales Force using forms on
our website.
We're moving to the Microsoft CRM now and I'm not sure how to POST web form
info the CRM. What page do I post to? And how does it work? Do I need to run
an ASP page?

thanks for any help.



Re: Submit website form info to CRM by Boolean1

Boolean1
Wed Jul 26 19:20:50 CDT 2006

Question on this...I have a client that has same requirement:

Does your CRM need to be on an "extranet" to accomplish this, or doesn't it
matter? I am very interested in this topic!

Thanks,

Boolean1

"Matt Parks" <mattp65@Yax_RemoveDashAndX_xhoo.com> wrote in message
news:eR9LT0OsGHA.4472@TK2MSFTNGP02.phx.gbl...
> Dynamics CRM has a web service based API stack that is exposed for this
> purpose. It is a lot easier to write these calls in a .Net language
> though.
> more info on the SDK can be found here:
> http://www.microsoft.com/downloads/details.aspx?FamilyID=9c178b68-3a06-4898-bc83-bd14b74308c5&DisplayLang=en
>
>
> --
>
> Matt Parks
> MVP - Microsoft CRM
>
>
>
> "Eric P." <EricP@discussions.microsoft.com> wrote in message
> news:6D162038-0AEC-4E72-A43E-C5C9F78D64FC@microsoft.com...
> Hi, I'm a newbie to this CRM.
>
> I'm using PHP on my website and sending leads to Sales Force using forms
> on
> our website.
> We're moving to the Microsoft CRM now and I'm not sure how to POST web
> form
> info the CRM. What page do I post to? And how does it work? Do I need to
> run
> an ASP page?
>
> thanks for any help.
>
>



Re: Submit website form info to CRM by Matt

Matt
Wed Jul 26 23:35:12 CDT 2006

It all depends on what they need. If all they need is to provide a web page
that accesses the CRM API's, then CRM itself does not need to be published.
Just the website that houses the web page needs ot be published and then
that server needs to have access to the CRM site.

--

Matt Parks
MVP - Microsoft CRM


"Boolean1" <Boolean1@comcast.net> wrote in message
news:b-6dnaZq-cN_m1XZnZ2dnUVZ_sGdnZ2d@comcast.com...
Question on this...I have a client that has same requirement:

Does your CRM need to be on an "extranet" to accomplish this, or doesn't it
matter? I am very interested in this topic!

Thanks,

Boolean1

"Matt Parks" <mattp65@Yax_RemoveDashAndX_xhoo.com> wrote in message
news:eR9LT0OsGHA.4472@TK2MSFTNGP02.phx.gbl...
> Dynamics CRM has a web service based API stack that is exposed for this
> purpose. It is a lot easier to write these calls in a .Net language
> though.
> more info on the SDK can be found here:
> http://www.microsoft.com/downloads/details.aspx?FamilyID=9c178b68-3a06-4898-bc83-bd14b74308c5&DisplayLang=en
>
>
> --
>
> Matt Parks
> MVP - Microsoft CRM
>
>
>
> "Eric P." <EricP@discussions.microsoft.com> wrote in message
> news:6D162038-0AEC-4E72-A43E-C5C9F78D64FC@microsoft.com...
> Hi, I'm a newbie to this CRM.
>
> I'm using PHP on my website and sending leads to Sales Force using forms
> on
> our website.
> We're moving to the Microsoft CRM now and I'm not sure how to POST web
> form
> info the CRM. What page do I post to? And how does it work? Do I need to
> run
> an ASP page?
>
> thanks for any help.
>
>




Re: Submit website form info to CRM by EricP

EricP
Sun Jul 30 12:13:01 CDT 2006

The one we're using is on our internal network and the webpage with the form
will be on the web.
So the web form posts the variables to the .wsdl file and then the .wsdl
file has a connection to our internal network CRM, is that correct?

thanks


"Matt Parks" wrote:

> It all depends on what they need. If all they need is to provide a web page
> that accesses the CRM API's, then CRM itself does not need to be published.
> Just the website that houses the web page needs ot be published and then
> that server needs to have access to the CRM site.
>
> --
>
> Matt Parks
> MVP - Microsoft CRM
>
>
> "Boolean1" <Boolean1@comcast.net> wrote in message
> news:b-6dnaZq-cN_m1XZnZ2dnUVZ_sGdnZ2d@comcast.com...
> Question on this...I have a client that has same requirement:
>
> Does your CRM need to be on an "extranet" to accomplish this, or doesn't it
> matter? I am very interested in this topic!
>
> Thanks,
>
> Boolean1
>
> "Matt Parks" <mattp65@Yax_RemoveDashAndX_xhoo.com> wrote in message
> news:eR9LT0OsGHA.4472@TK2MSFTNGP02.phx.gbl...
> > Dynamics CRM has a web service based API stack that is exposed for this
> > purpose. It is a lot easier to write these calls in a .Net language
> > though.
> > more info on the SDK can be found here:
> > http://www.microsoft.com/downloads/details.aspx?FamilyID=9c178b68-3a06-4898-bc83-bd14b74308c5&DisplayLang=en
> >
> >
> > --
> >
> > Matt Parks
> > MVP - Microsoft CRM
> >
> >
> >
> > "Eric P." <EricP@discussions.microsoft.com> wrote in message
> > news:6D162038-0AEC-4E72-A43E-C5C9F78D64FC@microsoft.com...
> > Hi, I'm a newbie to this CRM.
> >
> > I'm using PHP on my website and sending leads to Sales Force using forms
> > on
> > our website.
> > We're moving to the Microsoft CRM now and I'm not sure how to POST web
> > form
> > info the CRM. What page do I post to? And how does it work? Do I need to
> > run
> > an ASP page?
> >
> > thanks for any help.
> >
> >
>
>
>
>

Re: Submit website form info to CRM by Matt

Matt
Sun Jul 30 23:36:38 CDT 2006

Basically.

--

Matt Parks
MVP - Microsoft CRM


"Eric P." <EricP@discussions.microsoft.com> wrote in message
news:74515F3F-FC5B-4F5B-97E5-D95D34BA3E78@microsoft.com...
The one we're using is on our internal network and the webpage with the form
will be on the web.
So the web form posts the variables to the .wsdl file and then the .wsdl
file has a connection to our internal network CRM, is that correct?

thanks


"Matt Parks" wrote:

> It all depends on what they need. If all they need is to provide a web
> page
> that accesses the CRM API's, then CRM itself does not need to be
> published.
> Just the website that houses the web page needs ot be published and then
> that server needs to have access to the CRM site.
>
> --
>
> Matt Parks
> MVP - Microsoft CRM
>
>
> "Boolean1" <Boolean1@comcast.net> wrote in message
> news:b-6dnaZq-cN_m1XZnZ2dnUVZ_sGdnZ2d@comcast.com...
> Question on this...I have a client that has same requirement:
>
> Does your CRM need to be on an "extranet" to accomplish this, or doesn't
> it
> matter? I am very interested in this topic!
>
> Thanks,
>
> Boolean1
>
> "Matt Parks" <mattp65@Yax_RemoveDashAndX_xhoo.com> wrote in message
> news:eR9LT0OsGHA.4472@TK2MSFTNGP02.phx.gbl...
> > Dynamics CRM has a web service based API stack that is exposed for this
> > purpose. It is a lot easier to write these calls in a .Net language
> > though.
> > more info on the SDK can be found here:
> > http://www.microsoft.com/downloads/details.aspx?FamilyID=9c178b68-3a06-4898-bc83-bd14b74308c5&DisplayLang=en
> >
> >
> > --
> >
> > Matt Parks
> > MVP - Microsoft CRM
> >
> >
> >
> > "Eric P." <EricP@discussions.microsoft.com> wrote in message
> > news:6D162038-0AEC-4E72-A43E-C5C9F78D64FC@microsoft.com...
> > Hi, I'm a newbie to this CRM.
> >
> > I'm using PHP on my website and sending leads to Sales Force using forms
> > on
> > our website.
> > We're moving to the Microsoft CRM now and I'm not sure how to POST web
> > form
> > info the CRM. What page do I post to? And how does it work? Do I need to
> > run
> > an ASP page?
> >
> > thanks for any help.
> >
> >
>
>
>
>