• News & Events

    Keep up with the latest and greatest news, events and knowledge from the Magnetism team.

Paul Nieuwelaar Blog





  • 18 May

    Dynamics CRM 2011 Sub Grids with More Rows and Scroll Bar


    In Dynamics CRM 2011 we have seen how useful Sub Grids can be to display related records in line with your form. This basically takes the associated view, and shrinks it into an easy to access grid on the form, allowing you to access all important data without requiring lots of clicks.

    When configuring a sub grid, you set the number of rows the grid will occupy (how big the sub grid is). This also determines how many records will be display before you have to click ‘Next Page’.

    Dynamics CRM 2011 Sub Grids with More Rows and Scroll Bar

    As you can imagine, if you are working with many records ...

    Read full post
  • 12 May

    Convert Dynamics CRM 2011 DateTime to Server Local Time in a Plugin


    In a previous post, I talked about setting Date/Time fields in plugins, and how Dynamics CRM 2011 stores all date fields as UTC time in the database. This means when setting dates to the current time, we must get the current UTC time instead of the Users or Servers Local Time.

    When we are retrieving dates through a plugin, we are faced with the same problem. Because the dates are stored as UTC, when we retrieve the date value we get the UTC time. If we are doing comparisons against this date, or displaying it somewhere it will be ...

    Read full post
  • 26 Apr

    Send Workflow Email from Executing User Dynamics CRM 2011


    In Dynamics CRM 2011, we can create workflows that get triggered on create/update of records within our system. A common example is where a new Lead comes in, and a workflow is triggered (on create) which emails the Lead, sent from the Lead Owner.

    This kind of scenario is fine, as it makes sense for the email to come from the Owner of the Lead, since they are the User dealing with the prospect.

     Send Workflow Email from Executing User Dynamics CRM 2011

    In another scenario though, where you want to send an email to a group of Leads, you would require the use of an on-demand workflow. ...

    Read full post