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
I have 3 entities. PortalRole, Person and PersonPortalRole PersonPortalRole is a intersection entity to deal with my Many-Many relationship.
I\'m using the HttpClient from the WCF REST Preview release, and we\'re seeing some strange functionality I\'m trying to pin down.
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
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
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\");
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
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
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
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