asujuma
Wed May 19 10:53:45 CDT 2004
You could load the whole CRM application within a browser as the whole
application is just a big asp.net application. You can use all the
features that IE supports as it can run only from an IE browser. The
URL for loading it would
http://<yourservername>/loader.aspx
If you view source for this page you will find that its made of many
frames each loading a diffrent .aspx page.
Hope the above information helps.
Juma
"kb" <anonymous@discussions.microsoft.com> wrote in message news:<e0ae01c43c18$9a111930$a101280a@phx.gbl>...
> Hello,
>
> A trick to find out URLs in CRM:
>
> Go to the page and press F11. You'll be able to see the
> address in Internet Explorer's Address Bar.
>
> Good luck!
>
> >-----Original Message-----
> >Hi Chris,
> >
> >That should be:
> >
http://yourserver.url/SFA/accts/edit.aspx
> >
> >With kind regards,
> >Ronald Lemmen
> >Accenture
> > ----- Chris Ericoli wrote: -----
> >
> > Hi,
> >
> > I am writing a custom app for integration with CRM,
> and would like to use
> > javascript to open a new window, and navigate to the
> same screen that a user
> > would get if they were to click on New Account in
> the Sales module. I am
> > sure that it will just be a URL. If anyone knows
> what it is, I would be
> > very grateful.
> >
> > Cheers
> >
> > Chris
> >
> >
> >
> >.
> >