Friday, September 25, 2009

Sunday, September 06, 2009

Overriding Records per page count for Microsoft Dynamics CRM 4.0

I've decided to use idea and code from one of my previous posts.

Idea:
1. Add field to user entity which will contain count of records to show.
2. Replace system-defined count of records with value from 1 trough catching and handling Execute message.

Wednesday, September 02, 2009

Supported Record Counter For Microsoft Dynamics CRM 4.0

I've already published code of record counter for Microsoft Dynamics CRM 4.0 in this post. Those record counter worked but it had some issues (lookups, advanced finds, form assistant).

I've upgraded the code and now it works perfectly.