September 2011
Intermediate to advanced
1008 pages
24h 27m
English
The sample we created may be basic, and you might want to add some improvements for this solution. For example, you would like to have the page looks more like any other CRM page by using the CRM styles to have similar fonts and colors as well as support for CRM offline.
The application looks strange and unprofessional inside the IFRAME. You will probably want to make the application look more like Microsoft Dynamics CRM. You can do that easily by applying the CRM cascading style sheet (CSS) to your application. To do this, add the following line inside the <Head> element in the Default.aspx page:
<link rel="stylesheet" type="text/css"href="../../_common/styles/theme.css.aspx?lcid=1033" /> <link rel="stylesheet" ...