Srihari Radhakrishnan's Blog
My 2 cents to the technical community
Thursday, January 28, 2016
Bulk Assign/Remove CRM Licenses using PowerShell and O365
›
This is the third article in the series of using PowerShell with O365 and CRM. The first article was an Introduction To PowerShell Using O36...
1 comment:
Wednesday, January 27, 2016
Assign or Remove a CRM license to a user using PowerShell in O365
›
Assign a License In order to assign a CRM license to a user, we know that one should login into the O365 Portal using an O365 admin accou...
Introduction to Powershell using O365 and Dynamics CRM or Dynamics Marketing
›
This is a first in a series of articles that will explain how to use powershell to perform different tasks in O365 related to Dynamics CRM ...
Tuesday, August 26, 2014
Setting up CRM Online with Exchange Online using Server Side Synchronization
›
I was trying to setup Server Side Synchronization using CRM Online and Exchange online as part of the Office 365 offerings. For some reaso...
Wednesday, June 4, 2014
Exception message: Table alias is not unique amongst all top-level table and join aliases CRM 2013
›
Recently I was trying to create a bunch of different views and I was using an existing view to "Save As" another view. However, ...
Thursday, February 20, 2014
Retrieve CRM Form Metadata Xml
›
The below method helps us to retrieve the FormXml of a CRM Entity private string GetFormXml(string websiteName, string entityName, ...
2 comments:
Wednesday, February 19, 2014
Retrieving the optionset label
›
The below code helps us to retrieve the label of the option set. Please note that the " optionValue " is the integer value of the...
›
Home
View web version