dynamics-crm-2011

CRM Dynamics How to set short list - long list relationship

会有一股神秘感。 提交于 2019-12-06 16:21:35
I have 3 entities, one of them contains many records, the other two are lists of those records. My aim is to create long lists and a short lists of those candidates. I can create long lists of course with n-n relationship. I add records to the long list with "add existing record" button. But, I have to create the short lists which select their records from the items from specified long lists. User will first eliminate most of the records and add them to the long list, then eliminate those ones from the long list and add them to the shortlist. To fully specify it: Record entity: x1,x2,x3.......

How to change the default ExecuteMultipleRequest batch size limit in CRM 2011 on premise?

柔情痞子 提交于 2019-12-06 16:00:20
问题 I encountered many errors like below in CRM 2011. I know there's a way to override the default value 1000. But how to? Error in workflow: ExecuteMultiple Request batch size exceeds the maximum batch size allowed! 回答1: You can change the setting via PoweShell using UpdateAdvancedSettingsRequest - examples see MSDN. Further details about settings can be found here and here. 回答2: For CRM On Premise, you could execute the following SQL Command directly at the MSCRM_CONFIG database (at your own

how to go pass windows live authentication and consume CRM Odata services?

梦想与她 提交于 2019-12-06 15:55:27
问题 I now have a project which needs to build a web portal for Dynamic CRM 2011. I want to use CRM odata service but I cannot go pass windows live authentication in c# code. I also tried to googled some example. Unfortunately, no luck. I am hoping someone who has done this before can tell me how to do it. Thanks too much! 回答1: Based on what I have found out, it is no way that I can pass Windows live authentication by code. Therefore, we changed it to Active Directory authentication. Thank you,

IOrganizationService correct way to update entities

拟墨画扇 提交于 2019-12-06 15:40:36
I'm having a look at the best way of updating/retrieve entities from within C#. I've had a read through the MSDN documentation but unsure which way to go/when to use either method. So, my question: Should I be using: IOrganizationService.Update() and update the entity directly; or IOrganization.Execute() and create an update request And if the answer is 'it depends', what situation warrants which method? Thanks First of all both Update and Execute of an UpdateRequest produce the same result. The main difference is that an UpdateRequest can be batched using the ExecuteMultipleRequest With the

Grey ribbon on Account form in IE “SCRIPT5: Access is denied.” in PageLoader.js

房东的猫 提交于 2019-12-06 14:42:29
问题 MS CRM 2011 on premise. No problems if accessed via internal address: crm:5555 Go to crm.ourcompany.co.uk:5555 in IE and load account page and the ribbon is totally grey. (Not disabled - every pixel is the colour grey.) In Chrome and Firefox the ribbon is loaded fine. Browser console in IE, Chrome and FF all say access errors. I can see they are trying to access crm:5555. IE says: SCRIPT5: Access is denied. PageLoader.js, line 1 character 1226 The second line above is presented as a link.

Why Managed and Unmanaged solution files are so much different in MS CRM?

痴心易碎 提交于 2019-12-06 14:29:08
I created solution in MS Dynamics CRM, then exported it as managed and unmanaged one. Decompressed both and I ran diff tool on customizations.xml files. And there are too many difference between them, it's hard to say what exactly what was changed and why. Are these changes are crucial? May I create managed solution just by changing value in <Managed> tag to 1 instead of 0 ? Will it be safe? If you are shipping your solution to customer packaging a proper Managed Solution "with proper publisher and version" will be very critical part. If you'll go deep into customization you'll understand that

microsoft dynamics crm 2011 and php [closed]

一笑奈何 提交于 2019-12-06 14:17:29
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I was assigned to a totally new task and I dont know where to start (well I started here and google of course) Basically I need to

Create Email with a workflow in MS Dynamics Crm 2011 and dynamically fill the “To” field

最后都变了- 提交于 2019-12-06 13:45:32
I'm working on Ms Dynamics Crm 2011 development and I encountered following problem. My situation: I want to be able to automatically send an Email after a change on a specific status field on a record of the Entity "MyEntity". "MyEntity" has an Email-field. I try to create a workflow which sends an Email to the Email-field address of the "MyEntity" record after the status has been changed. My problem is that I can't add in the Email Creation workflow to the "To" field this "MyEntity" Email-field adress. I need to somehow specify in the workflow to dynamically add the "To" field, the relating

CRM 2011: An unhandled exception of type 'System.InvalidOperationException' occurred. referenced from scope '', but it is not defined

馋奶兔 提交于 2019-12-06 13:01:14
问题 I am getting the following error message when I execute this query. If I remove the second where clause, query works fine. Code (from cl in context.CreateQuery<ContractDetail>() join a in context.CreateQuery<Account>() on cl.CustomerId.Id equals a.AccountId where cl.StateCode.Value == 0 where cl.new_SupportedBy == a.Name select cl).ToList(); Error An unhandled exception of type 'System.InvalidOperationException' occurred in ConsoleApplication1.exe Additional information: variable '<>h_

What is the default schedule for the default CRM 2011 maintenance jobs?

房东的猫 提交于 2019-12-06 11:38:22
I have a CRM 2011 installation that experiences a huge spike in I/O at a certain time of day (11 am). I have a good suspicion that it's the default Rebuild Index Job. Everything is at default values, and the latest applied update is RU13. Sql is sql 2008 r2, sp1. I've found this MSDN blog and also other sources suggesting updating the default job's schedule to run at night, or not at all. But I haven't been able to find what is the default schedule for these default CRM jobs. I understand they are executing daily, but when? at 1am, 1pm, 1h after service start? Also, is there a way to view