1. You should open folder of Microsoft Dynamics CRM website.
2. Open SM Subdirectory and open for editing home_apptbook.aspx file.
3. Locate following lines:
<head>
<cnt:AppHeader runat="server" id="crmHeader"/>
</head>
4. Modify this text to following:
<head>
<cnt:AppHeader runat="server" id="crmHeader"/>
<script type="text/javascript">
OnLoadCompleted = function()
{
var combo = document.getElementById('crmTypeSelector');
combo.value = 'equipment';
window.setTimeout(function() {OnViewTypeChange(combo);}, 0);
}
window.attachEvent('onload', OnLoadCompleted);
</script>
</head>
how can I apply to crm 2011 online?
ReplyDeleteHello,
DeleteI believe that there is no possibility to do it for online...