How do you have multiple javascript libraries in Dynamics CRM 2011

前端 未结 3 1795
广开言路
广开言路 2021-02-10 07:41

Right I am creating a method which adds an Account to Dynamics CRM with an Ajax POST to a built in webservice, the code is as follows :

var context = GetGlobalC         


        
3条回答
  •  囚心锁ツ
    2021-02-10 08:24

    Just upload those libraries as additional Web Resources. On the customizations for the form, you can choose which libraries get loaded on the form. Just make sure your JSON and jQuery libraries are loaded before your custom code, and you should be fine.

提交回复
热议问题