开发者

Dynamics CRM Custom Entity Form JavaScript

开发者 https://www.devze.com 2023-02-15 02:48 出处:网络
I have an entity form customization that adds an extra tab to my Contact entity form. I have custom JavaScript that I\'d like to execute when the window loads and populate this tab (which is not yet

I have an entity form customization that adds an extra tab to my Contact entity form.

I have custom JavaScript that I'd like to execute when the window loads and populate this tab (which is not yet selected).

Is there a place I can register this JavaScript so that it fires when the Contact windo开发者_Python百科w loads?

Thanks.


Yes you can. See this article for detailed instructions:

http://www.sonomapartners.com/Services/CRM/microsoftcrm4-formonload-example.aspx

The basic idea:

  1. Navigate to Settings -> Customization -> Customize Entities. Double click the Contact entity. The entity editor will appear.

  2. Click Forms and Views. Double click Form. The form editor for the contact entity will appear.

  3. Click Form Properties and the editor window will appear. From here, you see that you can choose to add a script to the form OnLoad or OnSave event.

  4. Select OnLoad and click Edit.

  5. Paste your script in and make sure you publish the entity to apply the change by going to Actions -> Publish in the top tool bar.


To inlcude javascript file in a solution have to added in the WebResources section

To handle JScript files or any other web resource try using XrmToolBox, is compatible with several CRM versions and have a lot of other useful tools in it.

hope it helps

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号