Kids, don't try this at home!

Tips & Tricks for C#, ASP.NET and CRM

Browse by Tags

All Tags » ASP.NET (RSS)
Programmatically reuse Dynamics CRM 4 icons
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...
Dynamics CRM SDK for the iPhone
About 3 months ago I wrote that we were working on making the Dynamics CRM SDK available to the iPhone via MonoTouch. We have finally completed porting the crm sdk to the iPhone. If you look closely at the previous blog entry you'll notice we used a ...
SSRS Report Show Dynamics CRM Note Attachment
We've had couple of instances where we needed to embed existing image attachments in dynamics crm into sql server reporting services reports. Here are the steps you need to take in order to make it happen. It's pretty straight forward. Create a new report...
Dynamics CRM 4 SDK for the iPhone via MonoTouch
We are working on a version of the Dynamics CRM 4 SDK that will work with the iPhone via MonoTouch. Here is a preview of it creating an account in Dynamics CRM using the MonoTouch C# library. We're creating this to speed up development of xRM solutions...
Dynamics CRM 4 Mobile Express Released!
Mobile Express for Dynamics CRM is now available for free from Microsoft. You can download it from http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=f592ec6c-f412-4fd5-9a80-cd3bcbd26d8b Here it is running on the iPhone Main Accounts...
Dynamics CRM Workflow - Automatically Email any Report generated in CRM as a PDF attachment
Time for another Dynamics CRM goodie... We try to automate as many things as we can, automatically sending invoices is one of them. Workflow as you know in Dynamics CRM is very powerful, specially the ability to create custom activities and hook into...
Dynamics CRM 4 - Progress Bar
I was browsing the dynamics forums the other day and saw a post asking about the progress bar in CRM, we created one awhile back, here it is for anyone else that's looking for something similar. Click here to download a working sample. What you'll need...
Web Form to Dynamics CRM 4
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...
Dynamics CRM 4 Visio Stencils
We have decided to release the Visio Stencils we've been using for Dynamics CRM 4 projects, find out more about them here. Sneak peak of the shapes you can use on Create/Update (eg: Popup windows) Here is the Account screen duplicated with the stencil...
CRM 4 Activity Direction Indicator (experimental)
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...
More Posts Next page »