Welcome to MSDN Blogs Sign in | Join | Help

April 2007 - Posts

My current top 10 dev tools

Visual Studio 2003 – 2005 FxCop (hey I’m doing Q/A and anything that helps me reviewing other developers code is great) Virtual PC/server 2007 Reflector Proc Explorer Dev Toolbar Fiddler / Wireshark Kerbtray Communicator 2005 Visio, Word, Excel Is this
Posted by Jonas Deibe | 0 Comments
Filed under:

Simplify sharing of opportunities (Or any entities) with direct e-mailing links

One thing I found useful when working with MSCRM is the possibility to directly access records by hitting its direct URL. Out-of-the-box this can be manually done by opening a record and hit CTRL-N or CTRL –D. Later copy the URL and past it to your e-mail.
Posted by Jonas Deibe | 5 Comments
Filed under: ,

Render hidden values in "tester" mode by using querystring parameters

One way of doing verification on your logic in "build" mode is to use querystring parameters to render you MSCRM gui/logic different. Verification during testing Version verification of js-script running in current release Link new buttons with extra
Posted by Jonas Deibe | 0 Comments
Filed under: ,

Setting status with SetStateDynamicEntityRequest

Use either active or inactive as value for a.state SetStateDynamicEntityRequest a = new SetStateDynamicEntityRequest(); a.Entity = new Moniker(); //Primary key of record a.Entity.Id = new Guid("{AAD5DA71-34E3-DB11-90D0-0003FF873FE6}"); a.Entity.Name
Posted by Jonas Deibe | 0 Comments

MSCRM on Channel 9 - Brad Wilson, Bill Patterson, Ben Riga: Dynamics CRM Platform

Talking about CRM 3.0 and next version (~26min) http://channel9.msdn.com/Showpost.aspx?postid=297916
Posted by Jonas Deibe | 0 Comments
 
Page view tracker