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

Re: URL for New Account by ben

ben
Mon May 17 04:12:10 CDT 2004

http://<SERVERNAME>/sfa/accts/edit.aspx

Regards,

Ben Lewis
CABC

"Chris Ericoli" <cernospamicoliremovethis@famill.com.au> wrote in message news:<40a80885$1@dnews.tpgi.com.au>...
> 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

Re: URL for New Account by ben

ben
Mon May 17 04:15:45 CDT 2004

http://<SERVERNAME>/sfa/accts/edit.aspx

Regards,

Ben Lewis
CABC

"Chris Ericoli" <cernospamicoliremovethis@famill.com.au> wrote in message news:<40a80885$1@dnews.tpgi.com.au>...
> 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

RE: URL for New Account by Ronald

Ronald
Mon May 17 04:21:07 CDT 2004

Hi Chris

That should be
http://yourserver.url/SFA/accts/edit.asp

With kind regards
Ronald Lemme
Accenture
----- Chris Ericoli wrote: ----

Hi

I am writing a custom app for integration with CRM, and would like to us
javascript to open a new window, and navigate to the same screen that a use
would get if they were to click on New Account in the Sales module. I a
sure that it will just be a URL. If anyone knows what it is, I would b
very grateful

Cheer

Chri




RE: URL for New Account by kb

kb
Mon May 17 09:09:43 CDT 2004

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
>
>
>
>.
>

Re: URL for New Account by asujuma

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
> >
> >
> >
> >.
> >