hari.mallampati
Monday, 23 September 2013
Clone a record in MS CRM 2011 by Mohammad Yusuf Ansari
›
Sometime in CRM there is a need to copy the existing record.For example there may be a need to clone the existing case so that service repr...
Clone an Opportunity in MS CRM 2011 with Plugin by Mohammad Yusuf Ansari
›
Below is a Plugin to create an Opportunity Clone [Cloning opportunity products as well].It uses early bound approach. using System; using...
LINQ query to get all the N:N custom entity records for the above Account.
›
string accountId = "CC572EC9-01E3-E211-AC62-984BE173A384" ; var customEntities = ( from NtoN in makeUseOfContext.new_...
C# code to create a email record in MSCRM 2011
›
Entity email = new Entity(); email.LogicalName = "email"; //Set ...
Calling On Demand Workflow through a Button in Ribbon (launchOnDemandWorkflow) in CRM 2011 by Nishanth Rana
›
l had to call an on demand workflow through a custom button click inside the ribbon. I thought of using launchOnDemandWorkflow function. ...
‹
›
Home
View web version