Hi together,
we are using jquery-ui-autocomplete for selecting postalcode and cities on account-address-fields. This works fine until Microsoft released the new CRM Online-Release.
In this release (and after activating the new crm-functionality what is done automatically on new organizations) the jquery-ui doesn't work when modifying an existing account but works on a new account. We have traced the loading of the javascripts and saw that CRM loads jQuery 1.7.2 when modifying an existing account. This script is not loaded on a new account.
It seems that this loading (after our own loading of jquery and jquery-ui) dettachs the jquery-ui-functionality from the jquery-framework.
In out case: the function "$().autocomplete" doesn't exist (although the jquery-ui-framework is loaded).
Questions:
. Has anybody from you also detected this strange behaviour?
. Is this implicit loading of the jquery-framework an error in the crm-loading-framework and will this be corrected? When crm loads jquery himself then there will be always problems with this framework (older crm-jquery-versions, the loading sequence is not garanteed etc.)
. Exists a workaround for this issue?
Thanks for your help
Karl