Is there a way I can add more options to the right click menus in CRM
when I right click on an Object? If the whole thing uses ASP, shouldn't
it be possible?

HELP!

Thanks!

Re: Adding Right-Click Functionality by Matt

Matt
Wed May 25 01:57:59 CDT 2005

The context menus are generated in the code-behind pages, so it isn't that esy
to modify them.

You could do this thoguh with some javascript that modifes the resulting div on
the fly when the age displays. This would not be a supported change though.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On 24 May 2005 08:19:47 -0700, "IT Guy" <admin@majesticresearch.com> wrote:

Is there a way I can add more options to the right click menus in CRM
when I right click on an Object? If the whole thing uses ASP, shouldn't
it be possible?

HELP!

Thanks!


Re: Adding Right-Click Functionality by IT

IT
Wed May 25 13:44:35 CDT 2005

1) Would this type of stuff be done via DHTML?

2) Is this functionality going to be added to version 2.0? It is really
annoying how many other CRM products have all these right-clicking
abilities which makes it easy to do things, and although we like MS
CRM, we can't!

3) Where would you put the javascript?