6

I need to have JavaScript file globally available in MS CRM 2013 installation. I need to use it's functions on every single page / frame. To achieve this I'm ready to go with any unsupported customization (except cases not available in MS CRM Online).

Do you any idea what working approaches could be?

I have found one article, however it is based on MS CRM 2011 and don't work in version 2013.

Many thanks in advance for any clue.

Community
  • 1
  • 1
shytikov
  • 9,155
  • 8
  • 56
  • 103
  • So you have to be able to do it in CRM Online? Is that what you mean by except cases not available in MS CRM Online? – Daryl Sep 11 '14 at 14:41
  • I mean server-side customizations — editing `main.aspx`, for example, that I actually cannot implement on CRM Online. I need solution to be available for all CRM installation types. – shytikov Sep 11 '14 at 15:37

1 Answers1

3

You can check the source code of this navigation solution:

https://crm2013oneclicknavigation.codeplex.com/

It injects a JavaScript called by the application ribbon making it available everywhere and works with CRM 2013 (also Online).

Guido Preite
  • 14,905
  • 4
  • 36
  • 65