• Adding Extra Columns to a Row in a CRM 4 Section

      Paul Nieuwelaar, 07 July 2010

      In the form below, there is a method for payment frequency. Here, the user enters the frequency of payment (day, week, month or year) and will also select how often they will pay, which is a decimal value. For example, if you set ‘Payment Every’ to 3, and ‘Payment Frequency’ to Week, then you would

      Read the full article here
    • How to Create a Dashboard in Dynamics CRM 4.0

      Simon Phillips, 06 July 2010

      In my past blogs I explained how to create a custom report that is more visually pleasing and then add it to CRM as a dashboard. I would now like to take this a bit further to explain some more changes we can make to the report, how to filter the data before we place it onto a chart and some other c

      Read the full article here
    • How to Change Grid Icons Dynamically

      Gayan Perera, 01 July 2010

        Here is an unsupported but a harmless customisation you can do in Dynamics CRM  to change the grid icons dynamically. In the example above I wanted to show whether an account has been locked or not (keep an eye out for my next blog post on how you can set privacy settings on records/child records

      Read the full article here
    • Programmatically Controlling Security in Dynamics CRM

      Roshan Mehta, 01 July 2010

      Security in Microsoft Dynamics CRM 4.0 is controlled by Security Roles. Security Roles determine which entities a particular user can access, and which records for those entities a user can interact with. If a user does not have the privileges to interact with a particular entity, they will not see

      Read the full article here
    • Making a Field Appear Twice on a CRM Form

      Paul Nieuwelaar, 30 June 2010

      I was recently given the task of making a currency lookup field appear on two tabs at the same time, on the same form. After researching online for a way to make the same field appear twice on a form, I found a response to this question stating “It is not possible”. And they may have been right, b

      Read the full article here
    • Generating Barcodes in CRM 4

      Roshan Mehta, 25 June 2010

      I have had the privilege to work on a fun task for one of our clients - generating barcodes in CRM. The client requested that a custom CRM report be generated which displays a list of children that belong to a particular class in a church. The report prints out the child’s name, ID number, and a bar

      Read the full article here
    • CRM Masthead Customization for Multiple Organizations

      Paul Nieuwelaar, 23 June 2010

      A few weeks ago, a blog was posted by David Sutton called CRM Masthead Customization, and it was explaining how to customize the masthead in CRM. However if you have multiple Organizations in your CRM environment, the masthead will be added to all Organizations, rather than having a unique masthead

      Read the full article here
    • Styles for a Custom Report

      Simon Phillips, 22 June 2010

      In my previous blog I showed you the basics of creating a custom report, if you have not read this or watched the video I suggest that you do that first. This blog I am going to show you all the other cool little things that you can do to customize the report more. The first thing you should know i

      Read the full article here
    • Changing the Title in Microsoft Dynamics CRM 4

      David Sutton, 21 June 2010

      When I say the title I mean the name that appears in the Tab. Even thoughthis is a very easy process it requires you to make changes to code. This is an unsupported customization by the Microsoft Dynamics CRM 4.0 SDK. First of all you need to go to the following directory. C:\Inetpub\wwwroot\ C:\Pr

      Read the full article here
    • Migrating Data Into Dynamics CRM 4

      Roshan Mehta, 17 June 2010

      Data Migration is a massive step of implementing Microsoft Dynamics CRM. As a business, rather than throw away all the data that you have stored in your old system, you'd want to keep all that data and move it from the old system into CRM. This is a process that requires a lot of time and effort, an

      Read the full article here
    • Hiding Sections on a CRM 4 Form

      Paul Nieuwelaar, 16 June 2010

      Once you know how to hide sections on a CRM form using Javascript, it can be used together with other Javascript functions, such as hiding fields and tabs, and suddenly the customization capabilities of the CRM form are endless, and you’ll end up having forms where only the relevant fields are displ

      Read the full article here
    • Creating a Custom Report for Dynamics CRM 4

      Simon Phillips, 15 June 2010

      Lately I have been working a lot on custom reports and learning a lot about SQL reporting - how to use it and how it can work for you. I have found that it is not as hard as I thought it would be and actually found it rather fun to do. So in this blog I am going to explain some of the things you wil

      Read the full article here
    • Changing the CRM Icon

      David Sutton, 14 June 2010

      In CRM one easy customisation to do is to change the Favicon (the small icon that displays inside the address bar and browsing tab). The reason why you would change this is to incorporate and personalise CRM for you company. Note: This is an unsupported customization by the Microsoft Dynamics CRM

      Read the full article here
    • Saving as .gif for Dynamics CRM 16x16 icons

      David Sutton, 11 June 2010

      When it comes to saving icons for CRM you are restricted to saving in the .gif and .ico file format. I have had a great deal of trouble when saving 16x16 icons in the .gif file format because of the fact that they would either turn out blurry or pixelated. When saving the larger .gif format icons I

      Read the full article here
    • Changing the Default Form Window Size

      Paul Nieuwelaar, 09 June 2010

      By default in CRM when you open up a Lead, Contact, Account or any other form for that matter, the dimensions of the windows are 1012 pixels wide, by 611 pixels high, and the position of the window is 124 pixels in from the left of the screen, and 170 pixels down from the top of the screen. These pr

      Read the full article here