Browse by Tags
All Tags »
Dynamics CRM »
C# (
RSS)
The team that wrote the dynamics crm sdk help rocks! I wanted to display the same crm icons on our time tracking application for consistency, so I opened up the sdk help file, searched for 'icon', ignored all the sitemap/isv config entries since I know...
Now that Tax (G.S.T) is about to change here in New Zealand it's probably a good time that you check with your dynamics crm implementor/developer if you're going to get pinged for changing 12.5% to ... We've created an addon for dynamics crm that automatically...
We've decided to release another component we've been using internally. This little webcontrol allows you put pass data from a Web Form to Dynamics CRM 4. How does it work? Create a UserControl to layout the form. <%@ Control Language="C#" %> Topic...
I've been trying to change the icons under History for each entity to show the direction of the email or phone call. Using Fiddler I found out that areas.aspx was responsible for rendering the grid when you click on History, then when you click on the...
UPDATE 08/01/2009 - Project is now on CodePlex ( http://www.codeplex.com/crmnumbering/ ) MYOB can only take 8 characters and accountants don't like seeing cryptic Invoice Numbers that CRM generate, so we ended up writing a custom plugin that automatically...
Recently we created a payroll solution which integrated with Microsoft Dynamics CRM 4, part of that was to validate the Bank Account and IRD Numbers. Here's a screenshot of a sample workflow. You can download the code from here . Solution contains a Util...
We decided to use FilteredViews instead of FetchXml for an internal project, but we ran into couple of problems. You can't access data from the FilteredViews using ASP.NET since it runs under NETWORK SERVICE (by default (app pool)), FilteredViews filter...
More Posts