TextBox

Tag cloud

    RecentPosts

    Mercure Integration: Dedicated to Microsoft CRM Integration Products

    Easily Configure CRM with the CRM Configuration Manager

    by support 16. March 2010 03:18

    A nice tool to configure or move CRM customization can be found on Daniel Halan’s blog ... an image worth a thousand words.

    image[1]

    Tags:

    Customization

    Customization Import in 4.0 freezes

    by support 23. April 2008 06:37

    When importing Customization under CRM 4.0, you may accounter a freeze of the interface. The problem is when the customization file is greater than the configured maximum request length of 8 megs in the web.config of the CRM 4.0 Server.

    You just have to change the web.config by modifying the line

    <httpRuntime executionTimeout="300" maxRequestLength="8192"/>

    with

    <httpRuntime executionTimeout="300" maxRequestLength="16384"/>

    And everything should be fine.

    -f.

    Tags:

    Customization