Sign In
Janne Mattila's blog
From programmer to programmer -- Programming just for the fun of it
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET General
2007 Office system
ACT
Application Compatibility
Application Development
asp.net
C/C++
Excel
Excel Services
Fun
IE8
InfoPath
Microsoft CRM
Microsoft Office SharePoint Server 2007
Mobile
Programming
Silverlight
tips and tricks
Visual Studio
WCF
Browse by Tags
MSDN Blogs
>
Janne Mattila's blog
>
All Tags
>
microsoft crm
Tagged Content List
Blog Post:
Use LINQ to access CRM objects
jannemattila
If you have written small console application to check some data from CRM database you have probably already read this article from MSDN: Use Filtered Views . That is okay but honestly I’m currently more into LINQ solution. I’ll show you what I mean... First I'll create new Console Application project...
on
29 Aug 2008
Blog Post:
Adding CRM 4.0 to your own win app with web form authentication
jannemattila
Last year I wrote small article Adding MS CRM to your own windows forms applications that demonstrates the usage of CRM in your own custom windows forms applications. In CRM 4.0 the story is pretty much the same but there’re few things that you need to take into account so that everything works as you...
on
26 May 2008
Blog Post:
CRM 4.0 (or SharePoint or custom application) and DebugView
jannemattila
Every now and then I’m find myself trying to solve same issues over and over again :-) That’s why I found myself (again) using DebugView as my debugging assistant at remote box. If you don’t know what DebugView is then you should definitely try it out. I’m going to give you few ideas how you could use...
on
7 May 2008
Blog Post:
CRM 4.0, SharePoint and ASP.NET Trace
jannemattila
Sometimes I tend to forget how much stuff is built into .NET Framework. Framework gives you nice set of features that you can use without writing a single line of code. ASP.NET Trace is one of them. I know that it's nothing new but I think that it's still used mainly in custom ASP.NET applications. But...
on
23 Feb 2008
Blog Post:
Comparing two databases (schema and/or data)
jannemattila
Quite often people like to know what's happening under the covers when they do something through user interface. For example they use CRM, SharePoint or some other product through user interface and they would like to know what has happened at the database. Normally my answer is that you don't need to...
on
13 Feb 2008
Blog Post:
Few development tips for CRM 4.0
jannemattila
If you are working with Microsoft Dynamics CRM 4.0 and your planning to do code customizations then you probably should keep on reading. And why am I talking about code customizations and not just customizations ? Well just because in CRM you can do a lot without a single line of code... and this time...
on
21 Jan 2008
Blog Post:
CRM 4.0 and ISV.config modifications
jannemattila
If you want to add custom menuitems, modify navbars, add funtionality to toolbars etc. you need to modify so called ISV.config. In CRM 4.0 it can be done pretty easily with these simple steps: Export current ISV config: Settings -> Customization -> Export Customizations and then select ISV Config...
on
10 Jan 2008
Blog Post:
Adding MS CRM to your own windows forms applications
jannemattila
I was asked to create simple demo that demonstrates MS CRM inside custom .NET application. So I created small win app with just couple of controls to make the demo pretty simple. If user presses Edit customer button then new form is opened and that will host CRM form like this: And if user then clicks...
on
25 Sep 2007
Page 1 of 1 (8 items)