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 hereIn 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 hereHere 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 hereSecurity 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 hereI 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 hereI 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 hereA 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 hereIn 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 hereWhen 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 hereData 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 hereOnce 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 hereLately 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 hereIn 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 hereWhen 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 hereBy 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