CRM 2011 plugin, Update cutom entity empty fields
I am trying to use plugin to update custom entity records. I registered the plugin in 'Update', post-operation, synchronous. I wish if I launch then save the form, those empty fields will be populated...
View ArticleWhich SPN is being used?
Hi CRM friends,Setting SPN's has been something I've done a number of times in the past, but for one inparticular environment I'm at a list. We've setup up the default SPN's, but I'm still running...
View ArticleNew to CRM, using the service methods available
Hi folks,First, let me tell you that this is the first time I'm using CRM code to access the tables, so please bear with me.The standard ContactBase table has been altered by the user and has added a...
View ArticleWhy is ServiceBus included in the Microsoft.CrmSdk.Extensions nuget package?
The nuget package Microsoft.CrmSdk.Extensions contains a dependency to ServiceBus. This is the only package that contains the Microsoft.CrmSdk.Client assemblyDoes anybody know why is ServiceBus...
View Articlehow to find EndDate by using javascript in crm 2013?
Hi,I want to calculate EndDate according to given duration period except weekdays (saturday, sunday)scenario is like thatStartDate=26-March-2014 Duration=5 daysEndDate should be 1-April-2014 (after...
View ArticleDynamics CRM 2013: Updating/increasing the "Duration" in Service Activity
Dear all,I have a requirement to increase the duration field in service activity.Is it possible??I have a scenario where the duration can be any number of day, it can be from 1 to 365 days or even...
View ArticleCustomize Dynamics bar: how?
Hi, How can I add a logo/image near the Microsoft Dynamics logo? Is it possibile to hide it at all?Thank you
View ArticleLinked query in CRM 2011/2013
Microsoft.Xrm.Sdk.Query.QueryExpression query = new Microsoft.Xrm.Sdk.Query.QueryExpression(); query.EntityName = "template"; query.ColumnSet = new Microsoft.Xrm.Sdk.Query.ColumnSet("title",...
View ArticleCRM Integration from python
Hi,Is there a simple way of inserting data (activities for example) using restful interface from python .Thx
View ArticlePerformance and scalibilty in mscrm 2011 on premesis
Dear all;i wan to do a performance test on mscrm 2011 on premises like 100 user using crm at the same time can any buddy suggest me how can i achieve this ??
View ArticleHow can i merge forms in custom entities like in opportunity form in crm 2013
Hi,I want to merge two forms in custom entity like in opportunity form in CRM 2013 . When I add stackholders in opportunity form It opens within the opportunity form. Same as I want to do with two...
View Articledoes retrievemultiple page at 5000 records and, if so, how do I get the next...
I'm looking for c# code example for processing all records when the count is greater than 5000.
View ArticleJavascript Retrieving selected reocord's GUID from subgrid displayed after...
Hello All,I want to write javascript function for Retrieving selected reocord's GUID from subgrid displayed after clicking on related entities in crm 2011.For e.g, As shown in below screenshot ,if i...
View ArticleChild workflows execution order - CRM 2011
Hi all,I have a parent workflow that fires 2 child workflows. The set up is something like this:IF (some condition) Start child workflow A Start child workflow BJust say if A fails will B still...
View ArticleCRM 2011 SDK - "The authentication endpoint Username was not found on the...
I'm trying to connect to CRM Explorer in Visual Studio 2010 CRM 2011 SDK. My configuration is Windows Server 2008 R2, with CRM 2011 Rollup 16. We are using Claims Based Authentication through...
View Articlesystemuser With Id = b9383d31-5da8-e311-8a3c-0050569e3dad Does Not Exist
Hello Experts,I am getting above error message when i tried to run a custom workflow. Here in this thread they have asked, to try changing domain name save the record and again save the record by...
View ArticleLinked entity getting error: The 'RetrieveMultiple' method does not support...
Hi,Linked queryIOrganizationService_service; CrmServiceHelperserviceHelper =newCrmServiceHelper(); _service = serviceHelper.GetService(); intintPageCount...
View ArticleFecthing Data From Link-Entities
Hi,Can anyone help solving this issueI have three entities named say for example Account, Orders, Sales.Account and Orders are directly related with Many to One. Orders and Sales are directly related...
View ArticleCRM 2011 - Show subgrid/view on unrelated entity.
Hi All,I have a below entity relationship set up. 1. entity A related with entity B (1:N) 2. entity A related with entity C (1: N)3. No relationship between entity B and entity C4. On entity A, I have...
View ArticleHow to enable quick create form in Task entity in crm 2013
Hi,How to enable "allow quick create" in Task entity? By default "allow quick create" is disabled in task entity. How is it possible to allow it?
View Article