CRM 2011 – What are Discount lists and how do they work

I found myself looking at Discounts lists this week.  I have to admit I have never looked at discount lists before so I wasn’t sure what to expect or how they work.

It’s easy to get a bit muddled when dealing with Products, products lists, discount lists and where they all fit in the product catalog settings.

But then I found this brilliant explanation which I found in the Resource Center which is lurking on the bottom left menu of your CRM 2011 online.  CRM 2011 doesn’t have a user manual (which is very surprising) but on the Resource centre it has lots of fantastic explanations with easy to understand flow diagrams

 

The above diagram shows you where discount lists fit into the product catalog process.

Discount lists fit in at the start of the process because they are a system of offering discounts based on number of items ordered.  So you could say I will give a 5 percent discount for orders over 1000 items.  You set a lower and upper limit to the discount, so you could say the discount begins with orders over 1000 and continues with orders up to 9999.  This means you can then add another discount for orders of 10000 and more.

There are some instructions here on how to create discount lists and magnetism also have a good article on discount lists.

The one thing it took me a little while to work out was discount lists are created without being linked to anything and then you can apply them to products on a price list, you cannot apply discount lists to products by themselves.

They are basically a tool to incentivise clients to purchase larger orders and getting a better price if they do.

There are always sections and functionality of CRM 2011 I haven’t used before and luckily there are always people who have written about them.

 

 

 

 

Excellent Microsoft Dynamics CRM 2011 Development Resources

I found this great development resource today.  I’m sure I have seen this before but when I saw the list of items included in this list they are a very impressive and comprehensive list.

I will include a couple of interesting sections but go and bookmark the original here because looking at the list it seems to be updated quite often

 

 

References & Reading Materials

CRM Developer Center Whether you are just starting with CRM development or you are a seasoned guru, this is the place to start – Microsoft Dynamics CRM Developer Center on MSDN.
CRM 2011 SDK – Download The tool of any CRM developer – Microsoft Dynamics CRM 2011 SDK. Download, install and make sure to read every night. Tons of samples.
CRM 2011 SDK – Online Read the SDK online – same content but available in any Internet cafe. And, most likely, updated more frequently than downloadable version.
CRM 2011 Developer Training Kit This training kit is for .NET developers to learn the development features of Dynamics CRM and help them build applications using Microsoft Dynamics CRM 2011 and CRM Online.
Entity Relationship Diagrams Microsoft Office Visio diagrams that show the logical database structure for Microsoft Dynamics CRM 2011, in its out-of-the-box state.
CRM 2011 SDK Example Index List of SDK example links laid out by web service message

Development Helpers

CRM 4 to CRM 2011 JavaScript Converter Tool Rhett Clinton’s tool for converting JavaScript from CRM v4.0 to CRM 2011 format.
OData Query Designer Rhett Clinton’s tool for building OData queries. It is a Silverlight 4 application that is packaged as a Managed CRM 2011 Solution.
JavaScript SOAP Request FormatterNew! Jamie Miley’s tool to format captured envelopes in Jscript, ready for use in the CRM GUI.
Visual Studio Plugin TemplatesNew! Pogo69’s Visual Studio 2010 templates for plugin and custom workflow activity
NuGet plugin packageNew! Gayan Perera’s Visual Studio NuGet package for Microsoft CRM 2011 plugins
CRM 2011 Metadata Browser Rhett Clinton’s tool for viewing entity metadata. It is a Silverlight 4 application that is packaged as a Managed CRM 2011 Solution.
Entity Metadata Browser This HTML/JScript metadata browser shows all the entity and attribute metadata. You can:
– Filter the data displayed
– Copy Property names and values to your clipboard
– Open editable entities
This solution is included in the Microsoft CRM 2011 SDK.
Ribbon Browser New! Tanguy Touzard’s utility to view information about all Ribbon UI information for assistance in development and scripting.
CRM LINQPad Plugin LINQPad plugin for Microsoft CRM lets you design and run LINQ queries against Microsoft CRM 2011 in a matter of minutes, just like you run your SQL queries from SQL Server Management Studio
JavaScript Web Resource Manager New! Tanguy Touzard’s utility to manage all JavaScript Web Resources at once. Does not manage the associations between forms and Web Resources.
Export JavaScript Utility New! This utility exports the JavaScript web resources found in a specified CRM 2011 solution. It creates a Visual Studio solution to package everything together. Written by Mitch Milam.
CRM 2011 Development Skeleton New! A small Visual Studio 2010 solution that contains all you needed to get started connecting and communicating with CRM 2011. Written by Mitch Milam.
JScript IntelliSense for Form Script Libraries Use this solution to enjoy full IntelliSense and in-line documentation about the Xrm.Page object methods when writing form scripts. This is a combination of a CRM solution and a Visual Studio extension that captures a snapshot of the structure and data in a given form. You can test your scripts in Visual Studio as you write them. This solution is part of the Microsoft CRM 2011 SDK.

 

ISV Helpers

View Layout Replicator The popular Tanguy Touzard’s utility for CRM 4 for easily replicating column layouts across many views in CRM 4 has received a facelift for CRM 2011. Recommended.
Searchable Property Updater The popular Tanguy Touzard’s utility for CRM 4 for easily updating “ValidForAdvancedFind” attributes property in CRM 4 has received a facelift for CRM 2011. Recommended.
Entity Metadata Browser This HTML/JScript metadata browser shows all the entity and attribute metadata. You can:
– Filter the data displayed
– Copy Property names and values to your clipboard
– Open editable entities
This solution is included in the Microsoft CRM 2011 SDK.
SiteMap EditorNew! Tanguy Touzard’s offering for CRM 2011 SiteMap editing matches many of the capabilities of Patrick Verbeeten’s CRM 4 counterpart.