dynamics-crm-2011
Using JS to get a particular entity
I have entities called RegisteredUser and RegisteredApplication. RegisteredUser has a required field called new_applicationid that is populated using a Lookup that targets the RegisteredApplication en[详细]
2023-04-13 08:30 分类:问答Dynamics 2011 Intersect / Junction entity
I have 3 entities. PortalRole, Person and PersonPortalRole PersonPortalRole is a intersection entity to deal with my Many-Many relationship.[详细]
2023-04-13 05:51 分类:问答GET calls seem to be dropped using HttpClient
I\'m using the HttpClient from the WCF REST Preview release, and we\'re seeing some strange functionality I\'m trying to pin down.[详细]
2023-04-12 05:35 分类:问答Triggering a workflow on the creation of a 1:N Relationship?
I am trying to run a workflow on the creation of a 1:n relationship. I have a Contact entity, and PortalRole entity. When I associate the PortalRole with the contact I would like to trigger a workflo[详细]
2023-04-12 01:03 分类:问答How to add a user to a group in SQL Server Management Studio?
I want to add the \'NT AUTHORITY\\NETWORK SERVICE\'user to the group PrivUserGroup. I can see both of them in the logons 开发者_如何转开发folder in SQL Server Management Studio. But i can\'t find how[详细]
2023-04-11 20:31 分类:问答Add Opportunity Record with C#
I am trying to Create an Opportunity record from C# for CRM 2011. This is the code I am using: Entity opportunity = new Entity(\"opportunity\");[详细]
2023-04-11 07:27 分类:问答LINQ Checking all Records in Group
I am querying linqQuery from linqQuery2 because LINQ to CRM doesn\'t support GroupBy. The code below works, but it only checks against the first record found. Is there something like First() but check[详细]
2023-04-11 04:24 分类:问答Using Group in LINQ Query
I am using the LINQ to CRM provider. I am querying the information then I am using LINQ to query the LINQ to CRM query so I can use GroupBy, since the LINQ to CRM provider does not support it. This[详细]
2023-04-11 01:36 分类:问答Why is CRM 2011 Entity Relationship null in this plugin code?
this is a working example of a plugin that I have written for CRM 2011.I have created a \'Create\' step in the plugin registration tool for this plugin.This executes fine.I also have an \'Update\' ste[详细]
2023-04-10 08:19 分类:问答Dynamics CRM 2011 custom code
I\'m struggling to find much documentation on Dynamics CRM 2011 and have a problem. I\'m not looking for code more a pointer as to the correct method of approach (workflow, dialog, custom HTML web res[详细]
2023-04-10 07:51 分类:问答