Dynamic CRM

Customize the schedule board in Dynamics 365 Field Service – Resource cell template and details view

In this post, we are going to talk about few of the tricks to modify Schedule Board / Schedule Assist in Microsoft Dynamics 365 Field Service. Resource Cell This is a cell where we usually see a list of resources … Read More

How to get organization id with organization name in CRM 2011

How to get organization id with organization name in CRM 2011 To get an organization id with organization name in CRM 4.0 we used below static public string OrganizationId(string orgName){if (organizationIds == null)organizationIds = new Dictionary<string, string>();string organizationId = string.Empty;if … Read More

CRM 2011 get List of all Organizations and get url from organization details collection

CRM 2011 get List of all Organizations and get url from organization details collectionHow to get URL from list of organisations when getting data back from OrganizationDetailCollection Method to get list of OrganizationDetailCollectionpublic static OrganizationDetailCollection GetOrganizations(){string url = CrmServerConnection.GetMSCRMServerUrl(); if … Read More

crm 2011 A webresource with the same name already exists. Use a different name.

Keep getting error below after deleting a web resource file from VS>Organization>Web Resources>Data(XML) I had to delete one of the resource file as it was not deploying updated version. After deletion and on deployment I kept getting above error… Checked … Read More

The requested record was not found or you do not have sufficient permissions to view it.

Fun as always working with Dynamics 365 🙂 Kept getting this typical error on creation of a new record which had some look up values. “The requested record was not found or you do not have sufficient permissions to view … Read More