Search

Anything in the Dynamics CRM Platform



Tell a Friend about Microsoft Dynamics Crm

Hello Guest  

Background music for the website



 Hi Guys
This is the pretty tag in html(bgsound).with the help of this bgsound tag we can put a background music for the site.
here the  syntax is, <bgsound src="sample.wmv"  loop="0" volume="3"/> this tag is allowed in head tag only. the file format should be any of these .wav, .au, .mid only..

Happy coding......!


By   Naresh Veeginati          Published Date:  14-Mar-2012


SQL Server error. SQL Server error accrued. try this action again. If the problem continues, check with the Microsoft CRM community



 Issue:
When trying to log in to the web client, all users are getting the same error message "SQL Server error. SQL Server error accrued. try this action again. If the problem continues, check with the Microsoft CRM community
Resolution: 
Go to Tools >> Internet option >> General Tab >> click Delete and Delete the browser history, Cache and Cookies.


Microsoft Dynamics CRM InternetOptions

Ø Trusted Sites

Ø  CRM requires the URLs to be present in the ‘Trusted Sites’ zone to be able to run scripts effectively. When adding the URLs to the trusted sites, please keep it simple. Do not clutter the zone settings tab with too many URLs – just add the two below –

Ø  https://*.live.com

Ø  https://*.crm.dynamics.com

 

Ø  This will ensure that all of the pages served by live.com as part of the logon process and the pages served by the CRM Online application are allowed to execute with the appropriate privileges.

 

Ø Open up Internet Explorer (IE)

Ø Go to Tools > Internet Options

Ø Click the Security tab

Ø Click Trusted Sites > Sites

Ø then add the following URLs:

 https://*.live.com

https://*.crm.dynamics.com

 

Microsoft Dynamics CRM Security




Microsoft Dynamics CRM TrustedSites

Additional information:

 

What's New for Microsoft Dynamics CRM 2011 (MSDN)

http://msdn.microsoft.com/en-us/library/gg328235.aspx

Customizing Microsoft Dynamics CRM Online for your organization

https://rc.crm.dynamics.com/rc/2011/en-us/online/5.0/aboutcustomizing.aspx

Microsoft Dynamics CRM Online Resource centre

http://rc.crm.dynamics.com/rc/regcont/en_us/ONLINEsales.aspx

Microsoft Dynamics CRM Online Video Gallery

http://www.democrmonline.com/

CRM for outlook client

          http://download.microsoft.com/download/E/9/8/E98FD319-2B61-49A7-8613-9B54EF270B0E/CRM2011-Client-ENU-amd64.exe :( 64 bit)

http://download.microsoft.com/download/E/9/8/E98FD319-2B61-49A7-8613-9B54EF270B0E/CRM2011-Client-ENU-i386.exe :  (32 bit)


By   Khaja Mohiddin          Published Date:  30-Nov-2011


CRM 2011 Help Menu Unavailable when you configure IFD



 

We recently ran into an issue where the CRM 2011 help menu would display the error Internet Explorer cannot display the page, once we configured IFD.

This is a known issue by Microsoft and they will be releasing a fix in an upcoming rollup.


Microsoft Dynamics CRM helperror

The workaround below is what we used to resolve the issue:

Resolution:

* please perform the database backup and perform the steps below:

Use MSCRM_CONFIG

select helpserverurl from configsettings

Use MSCRM_CONFIG
Update configsettings
Set helpserverurl = ”

IISRESET



By   Khaja Mohiddin          Published Date:  29-Sep-2011


CRM 2011 Reports Issue - The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file



 Issue:

When i try to acces reports using CRM 2011 i got this error

The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add <add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> to the system.web/httpHandlers section of the web.config file, or add <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> to the system.webServer/handlers section for Internet Information Services 7 or later.

Resolution:

Open web.config file in notepad from this location

C:/Program Files/..../Web.config

You will find <add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" /> from httpHandlers section

Please remove validate="false" from it and do iisreset, try access to access the reports now.

By   Khaja Mohiddin          Published Date:  27-Sep-2011


How to Orders to be Bulk Editable in CRM 4.0



 
Export  the ISV config file and edit the salesorder entity as per the below code:

<Entity name="salesorder" >          
          <Grid>
            <MenuBar>
              <Buttons>
                <Button Icon="/_imgs/ico_18_debug.gif" JavaScript="doAction('crmGrid', '1088', 'bulkedit');" Client="Web">
                  <Titles>
                    <Title LCID="1033" Text="Bulk Edit." />
                  </Titles>
                  <ToolTips>
                    <ToolTip LCID="1033" Text="Bulk Edit." />
                  </ToolTips>
                </Button>
              </Buttons>
            </MenuBar>
          </Grid>
        </Entity>

save the file and import the customization.



Microsoft Dynamics CRM OrderBulk Editable



By   Rajesh Swamireddy          Published Date:  23-Sep-2011


<< Previous  Next >>