The CRM 2011 SDK provides a fully documented library for JScript functions to control form layout. Today we will see how to expand/collapse tabs on an entity form using JScript. Tabs have changed since previous versions of Dynamics CRM and are displayed down the page rather than across the top. User
Read the full article hereIn Dynamics CRM 2011 by default every Activity entity, including Tasks, Appointments, Phone Calls, and Emails have a ‘Priority’ Option Set which contains 3 options; Low, Normal, and High. This is just using a standard CRM Option Set, where the default option is ‘Normal’. This looks a little bit pla
Read the full article hereI was issued the task of configuring / setting up a system which would allow for round robin assignment of leads. Currently contact from the website is sent to Dynamics CRM as a lead. When these leads are received they are assigned to the Sales Manager and it’s his job to assign these to the s
Read the full article hereIn my previous blog post about creating a “Clone” button, I showed you how to use JavaScript to open a new entity form, and then use “extraqs” to pass the values of the fields on the current form to the new form. However I did mentioned that if the fields you are going to cop
Read the full article hereWhen building custom Silverlight screens for Dynamics CRM 2011, it is important that the screens scale to the available space to improve the user experience. Screens with a single control normally scale to the available space automatically, for example calendar or map controls. If you are building a
Read the full article hereWhile customizing a form in Dynamics CRM 2011, you can set whether a field should be Read-Only or not, this is done through each of the field properties. This does not require any Javascript, and is useful when storing data that is automatically generated via a plugin or javascript, and which you do
Read the full article hereIn my previous blog post, I showed you how to download Microsoft Dynamics CRM 2011 SDK and start using the sample code to retrieve the ribbon definition for the site you chose. Now I will show you some other great learning resources in SDK that I found very useful. The next thing I will show
Read the full article hereThis week my blog was inspired by this cartoon – I found it a clever depiction of the internal thoughts of so many people that work in a high pressure environment, trying to balance resource utilisation, customer requirements and office politics. We are into week two of our project with overl
Read the full article hereMicrosoft Dynamics CRM gives us the ability to create, rename and delete business units. I will outline how to do this below: To create a new business unit in CRM: Click on Settings > Administration > New. Select an appropriate name for your newly created business unit, look up for its
Read the full article hereWhen looking for a system to implement within your business, it is important to consider the impact on how your business will run if you are forced to use the terminology that exists in the software. For example, you might be used to referring to people as “Individuals”, but the software
Read the full article hereIn one of my previous Service Scheduling posts on Scheduling Service Activities, I mentioned briefly about using Customer Preferences when scheduling a service activity using the scheduling engine. In this post I will be going into more detail around setting up the Service Preferences on a Customer,
Read the full article hereRecently I was given a task to assist a client with Dashboard and Chart issues, and provided a quick demo. I have learnt that the best way to learn is to teach! After my preparation and demo, I have great insight on how flexible and powerful Charts and Dashboards are, and how they can help a busines
Read the full article hereI am currently over seeing a project that has been broken down into a number of stages of development – the current stage has required us to adopt an agile methodology and we have created a number of defined sprints. It is always a delicate process when trying to review the requirements
Read the full article hereThe Case Management functionality in Dynamics CRM 2011 requires the need to close all related Activities for a Case before it can be resolved. To make this process easier, we decided to add a custom button to each Activity form ribbon so that when clicked, all other related open Activities would aut
Read the full article hereIn my previous post, we saw one issue when closing Opportunities in Dynamics CRM 2011. To recap, sales representatives can enter information about the closure of a deal to see how a particular Opportunity was won or lost. The Opportunity Close activity in CRM 2011 does not provide the ability to mak
Read the full article here