Saturday, 29 September 2012
Packt Publishing reaches 1000 IT titles and celebrates with an open invitation
Friday, 28 September 2012
Dynamics CRM 2011 - User Settings Tool
You can download this tool from http://crm2011usersettings.codeplex.com/
CRM2011 User Settings Tool can be used to update the user settings of multiple users from one location. The Administrators can select users for whom they want to change settings like Default Pane, Default Tab, Records Per page, Timezone, calendar, start time, end time, email settings and some miscellaneous settings.
You don't have to depend on individual users to update these settings.
The CRM 2011 User Settings is available as a managed solution.
Once you import the solution Go to SettingsàSystemàUser Settings as viewed in screenshot below.
Click on the text “Silverlight User Settings Tool”. A Silverlight control is opened in a new window as viewed in below screenshot.
You can select the users for whom you want to change the settings. Change the settings and click save.
Friday, 21 September 2012
Dynamics CRM 2011 - Dynamics XRM Tools
Today, I would like to describe Dynamics XRM Tools.
You can download the Dynamics XRM Tools from http://dynamicsxrmtools.codeplex.com/
Dynamic XRM Tools is available as a managed solution. You just have to import solution and start using it. The toolset consists of a Silverlight application framework that provides a central location for accessing the tools which includes the following:-
- Trace Tool (on premise only)
- Statistics
- OData Query Designer
- Metadata Browser
- JavaScript Converter (CRM 4 to CRM 2011)
After importing the solution Go Toà SettingsàDynamics XRM Tools àStart
The Trace Tool is available for On Premise only. This helps you to view the server errors. Two different types of solutions are available for download, CRM Online and CRM On-Premise.
Moving to the Statistics tab as the name suggests it provides record count of total entities and records count per entity. You can even download the generated statistics in excel format. The statistics tab can be viewed as under.
The OData Query Designer can help you to generate an oData query if you are not familiar with oData query syntax and structure.
Select the EntitySet, add required filter criteria, select attribute that should be returned by the query and you can even specify the order by criteria. Click on Generate to generate the query based on your selections. You can click execute to view the results of the query. Check the “Results (ATOM) and Results (JSON)” tabs to view the respective results.
The JavaScript Converter can be used to convert java script from CRM 4 to CRM 2011.
The metadata browser can be used for getting entity and attributes metadata and you can even export the list.
Hope this will be helpful.
Friday, 14 September 2012
Comparing Ribbon Workbench and Visual Ribbon editor
You can download Ribbon Workbench from
http://www.develop1.net/public/page/Ribbon-Workbench-for-Dynamics-CRM-2011.aspx
You can download Visual Ribbon Editor from
http://crmvisualribbonedit.codeplex.com/
1) Visual Ribbon Editor is available as executable file whereas Ribbon Workbench is a managed solution.
2) In Visual Ribbon editor you cannot customize system buttons whereas in Ribbon Workbench you can.
3) In Visual Ribbon editor you have a simple button whereas in Ribbon workbench you can add split button, flyout and different options are available. The Visual Ribbon Editor Tool allowed the simple addition of buttons and groups to existing tabs, but any more complex scenarios such as drop down menus, changing the ‘out of the box’ ribbons or adding new tabs was confined to the realms of editing page upon page of hard to understand xml which is now possible with Ribbon workbench.
4) In Ribbon workbench you have to specify a solution whereas in visual ribbon editor you only specify the organization.
5) Visual ribbon editor seems to be faster in updating the changes.
Please feel free to update this blog with your experiences