Shane Cunningham
Tuesday, 31 March 2015
Forcing the Save on Read-only Fields
›
If the value of a filed changes then will always force the save. This get over the issue where read only fields don’t save . var oldSet...
Friday, 30 January 2015
CRM 2015 Create a custom Action to Validate Data
›
The following explains how to take advantage of the Action Feature in 2013 , to validate an entity. Once the action is in place it can be c...
Wednesday, 28 January 2015
Consolidation of Dll references Using ILMerge For CRM 2015 Online
›
In CRM 2015 online you can only register a self contained plugin with no references to any other DLLS. The following outlines how to to cons...
Monday, 9 June 2014
Using LinqPad to write Linq Queries
›
The following are steps on how to query data using Linqpad against an entity Framewok 1. Download and Install Linqpad from http://www.linq...
Tuesday, 29 April 2014
List of Reports and Workflows
›
Workflows- Run against the *_MSCRM database SELECT name , createdbyname,createdon,statuscodename FROM FilteredWorkflow Reports run...
Wednesday, 9 April 2014
Increase the attachment size to 10mb CRM 4
›
The default attachment file size limit in Microsoft Dynamic CRM 4.0 is 5 MB. There is good reason for this - as a general rule you should ...
Tuesday, 1 April 2014
CRM 2013 Javascript Special Functions
›
Xrm.Page.context.client.getClient() – Returns client type i.e. outlook, web or mobile. Xrm.Page.context.client.getClientState() – Ret...
›
Home
View web version