September 2011
Intermediate to advanced
1008 pages
24h 27m
English
This chapter looked at the CRM entity model, the attribute types we can use to add new fields to the entity forms, and the relationships between the entities that can be 1:N, N:1, or N:N. We made some basic customizations adding tabs, sections, and controls to the forms. We used and reviewed the IFRAME control and also added menus and controls to the toolbar using the site map, Ribbon, and the ISV.Config files, and explained how to use JavaScript events exposed by the Forms controls like the OnLoad and the OnSave events to extend the forms and the OnChange event for the fields. We discussed how to add other events manually such as onkeyup, and we explained how to easily debug scripts without having to publish the entity customizations. ...