Microsoft offer a free community plan for developers to play with PowerApps at no cost. I recommend you take a look at the following links and get yourself setup.
Category Archives: Information
CRM 2013 Quick View Menu iPad Support
Quick View Menu now supports IPad Safari and has also improved display on smaller resolutions with heights of 768px. IE8+ is also now supported along with earlier versions of Chrome and FireFox.
Available from CodePlex – http://crm2013quickviewmenu.codeplex.com/
Dynamics CRM Discovery and Web Service URLs
Dynamics CRM Discovery and Web Service URL’s based on the following Dynamics CRM SDK articles.
Discover the URL for your organization with IDiscoveryService web service
Download the endpoints using the Dynamics CRM Developer resources page
Here is the information that you need:
For CRM Online customers:
The following URLs should be used to access the discovery service (use the appropriate URL for your location):
Provider: Microsoft Office 365
https://disco.crm.dynamics.com/XRMServices/2011/Discovery.svc (North America)
https://disco.crm4.dynamics.com/XRMServices/2011/Discovery.svc (EMEA)
https://disco.crm5.dynamics.com/XRMServices/2011/Discovery.svc (APAC)
Provider: Microsoft Account
https://dev.crm.dynamics.com/XRMServices/2011/Discovery.svc (North America)
https://dev.crm4.dynamics.com/XRMServices/2011/Discovery.svc (EMEA)
https://dev.crm5.dynamics.com/XRMServices/2011/Discovery.svc (APAC)
The following URLs should be used to access the Organization service(SOAP endpoint):
https://{Organization Name}.api.crm.dynamics.com/XrmServices/2011/Organization.svc (North America)
https://{Organization Name}.api.crm4.dynamics.com/XrmServices/2011/Organization.svc (EMEA)
https://{Organization Name}.api.crm5.dynamics.com/XrmServices/2011/Organization.svc (APAC)
Where {Organization Name} refers to the Organization that you specify in the URL when accessing the Web application. For example, for Contoso.crm.dynamics.com, the {Organization Name} is Contoso.
The following URLs should be used to access the Organization Data service(OData REST endpoint)
https://{Organization Name}.api.crm.dynamics.com/XrmServices/2011/OrganizationData.svc (North America)
https://{Organization Name}.api.crm4.dynamics.com/XrmServices/2011/OrganizationData.svc (EMEA)
https://{Organization Name}.api.crm5.dynamics.com/XrmServices/2011/OrganizationData.svc (APAC)
For On-premises deployments:
http://{server}/XRMServices/2011/Discovery.svc for the Discovery service endpoint
http://{server}/{OrgName}/XRMServices/2011/Organization.svc for the Organization Service endpoint (SOAP)
http://{server}/{OrgName}/XRMServices/2011/OrganizationData.svc for the Organization Data Service endpoint (REST)
http://{server}/XRMDeployment/2011/Deployment.svc for the Deployment Service endpoint
For IFD deployments:
http://dev.{hostname[:port]}/XRMServices/2011/Discovery.svc for the Discovery service endpoint
CRM 2013 Quick View Menu Performance Improvements
Besides some tweaking here and there with the async processing, image pre-loading and so forth, there is a new feature to turn on or off the recently added security feature. The current security feature uses the user’s security privileges to determine if a button is displayed and an entity button will only display if they have the Read access right to the specific Entity. Turning off the security feature prevents the Quick View Menu from making a number of web requests which may improve load performance.
Available from CodePlex – http://crm2013quickviewmenu.codeplex.com/
This is an example of the Quick View Menu Solution Configuration page. Simply click the Security button to toggle security on or off.
Training & Adoption Kit for Microsoft Dynamics CRM 2013
The Microsoft Dynamics Customer Center has published an article providing useful links to help you create your own training material. The Training and Adoption Kit for Microsoft Dynamics CRM 2013 provides links to several editable eBooks and help files that you can customize. You can use this material for your own purposes which may include replacing images and screen shots, modifying the text, inserting your company logo and aligning it with your own business standards and style guides. There are also a few help orientated videos you can watch to learn more about Dynamics CRM 2013.
Take a look and hopefully you can take advantage of this material. http://www.microsoft.com/en-us/dynamics/crm-customer-center/training-adoption-kit-for-microsoft-dynamics-crm-2013.aspx
CRM 2013 Quick View Menu with Security Applied
The Quick View Menu will now only show an entity related button to a user if they have read privileges to the entity. This is the first phase of security to be applied to the quick view menu, in the next phase it will incorporate sitemap specific privileges which are defined within the Sitemap itself.
This security is not applied to non entity specific Sitemap sub area items, only items that have Entity defined as a Sitemap sub area attribute.
Available from CodePlex http://crm2013quickviewmenu.codeplex.com/
CRM 2013 Quick View Menu with Multi-browser Support
The Quick View Menu helps you navigate to any location in Dynamics CRM quickly and seamlessly by taking your existing Sitemap and presenting it in an easy to navigate interface. The menu currently comes with a Win 8 UI look & feel while also allowing you to provide additional resource and configuration settings.
Multi-browser support tested with IE10+, Chrome, FireFox. Other browsers should work and this will be confirmed in the near future. If you have any issues with any browser please provide feedback.
Available from CodePlex http://crm2013quickviewmenu.codeplex.com/
CRM 2013 Quick View Menu
The Quick View Menu helps you navigate to any location in Dynamics CRM quickly and seamlessly by taking your existing Sitemap and presenting it in an easy to navigate interface. The menu currently comes with a Win 8 UI look & feel while also allowing you to provide additional resource and configuration settings.
Available from CodePlex http://crm2013quickviewmenu.codeplex.com/
Open Quick View from Sitemap
Example of CRM Sales
Example of full OOB menu layout and style
The managed solution configuration page provides a Sitemap setting to easily add/remove the Quick View Menu to/from you Sitemap.
Quick View Menu Summary
Current Features
- Multi-browser support Currently tested with IE 10+, Chrome, FireFox
- Configure Sitemap Area, Group and SubArea exclusions. (i.e. modify QuickViewMenuConfig.xml)
- Resource management such as Sitemap item Title, Icon overrides. (i.e. modify QuickViewMenuResources.xml)
- Win 8 UI look & feel.
- Add/Remove Quick View Menu to/from the Sitemap easily from the Solution Configuration.
- Horizontal Mouse Scroll.
Limitations
- Security is not implemented yet so users can see all menu items except those specified as exclusions. If a user selects a menu option that they have no rights to normally they will just receive a standard CRM access restricted message.
Future Improvements
- Security
- Solution Configuration option to easily manage Sitemap Exclusions.
- Solution Configuration option to easily manage Sitemap Resources.
- Solution Configuration option to easily manage Colour Scheme.
- Ability to Customize Quick View Menu layout.
- Define User specific Quick View Menu layout.
About Dynamics XRM Tools
Dynamics XRM Tools projects aim to provide a richer user experience along with useful tools to help increase productivity.
A joint effort started by Rhett Clinton MVP, Ramon Tebar MVP and Mario Cantero.
Prepare your JavaScript for Dynamics CRM 2013
The CRM Team have posted a very good article on what to look out for with regards ensuring you are ready for Dynamics CRM 2013 form script changes. Take a look at this article to help prepare for your upgrade http://blogs.msdn.com/b/crm/archive/2013/08/23/check-your-javascript-code-to-prepare-for-your-upgrade.aspx .
You can also find the Microsoft Dynamics CRM 2013 Custom Code Validation Tool here http://www.microsoft.com/en-us/download/details.aspx?id=30151. This will help you prepare for your upgrade to Microsoft Dynamics CRM 2013. It is possible that some code will stop working or cause an error when you upgrade from CRM 2011 to 2013 so it is worth putting the time in to investigate. The Microsoft Dynamics CRM Custom Code Validation Tool helps identify potential problems so that any potential issues can be resolved before upgrading. the tool will help identify potential issues with custom JavaScript in JavaScript libraries and HTML web resources. It will detect issues in web resources that will no longer work after you upgrade from CRM 2011 to 2013. Areas that the tool will cover include CRM v4 client SDK calls, CRM 2007 end points and Common DOM manipulations.
if you haven’t already you should go take a look at What’s Changing in the Next Major Release of Dynamics CRM http://msdn.microsoft.com/en-us/library/dn281891.aspx for a broad overview of the new release.
You can download the Microsoft Dynamics CRM 2013 Software Development Kit (SDK) here http://www.microsoft.com/en-us/download/details.aspx?id=40321 to get up to speed regards the fantastic capabilities coming with CRM 2013. The Microsoft Dynamics CRM 2013 Software Development Kit (SDK) is for developers, system customisers, and report writers.
A great site to keep up to date with all the goodness is the Dynamics CRM Develop Center on msdn. http://msdn.microsoft.com/en-us/dynamics/crm/jj937218 where you can get all of the information you need to develop, design, and distribute solutions for Microsoft Dynamics CRM.
Get Ready for CRM 2013 by Donna Edwards MVP
Donna has pulled together a wealth of links to all the juicy goodness that is CRM 2013 and instead of re inventing the wheel you can go and check her page out here. http://edwardsdna.wordpress.com/2013/09/04/getting-ready-for-crm-2013/
You can also watch the CRM Community page for upcoming information here. https://rc.crm.dynamics.com/rc/2011/en-us/Dynamics-CRM-Upcoming-Release-Information.aspx