dynamics-crm
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 分类:问答MSCRM 2011 Online - Soap with Javascript or PHP
I am trying to access a MSCRM 2011 online and, I need a way to comunicate with it (through webservices) from javascript or php.[详细]
2023-04-11 03:00 分类:问答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 分类:问答CRM 4: Export the product catalog
I\'m trying to move our product catalog from one CRM 4 install to another, is there a way this can be done, without backing up a开发者_StackOverflow中文版nd restoring the CRM 4 database from the old i[详细]
2023-04-10 07:16 分类:问答Custom Chart in SSRS Report
I am currently working on a peiece of report which has a graph/chart. The interval of X-axis needs to be increasing. That means we need to h开发者_C百科ave dynamic intervals. I am just wondering wheth[详细]
2023-04-09 09:08 分类:问答