dynamics-crm Questions

2

Solved

I need to make a lot of modifications in MS CRM customization. Some of these customizations could be made in web-interface, dome of them need to be hacked in plain customization XML file. Even mo...
Altdorfer asked 23/2, 2013 at 14:3

3

Solved

Does anyone know how can Convert EntityReference to Entity. protected override void Execute(CodeActivityContext executionContext) { [Input("Email")] [ReferenceTarget("email")] public InArgumen...
Dungeon asked 7/3, 2013 at 17:18

3

Solved

My team is in charge of a medium sized CRM system (~1000 users). Currently our CRM is built in-house on Java Servlets, and we are switching over to Microsoft Dynamics CRM 2011. We will have to do a...
Howell asked 18/2, 2013 at 22:34

4

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 send contact information from my website (web form) and inse...
Mena asked 16/8, 2012 at 18:22

1

I'm currently working with the Dynamics CRM 4.0 webservice. First thing I did, was generating the right classes with wsimport for Java/JAX-WS based on the WSDL of the webservice. While generating t...
Toadeater asked 9/5, 2012 at 12:1

2

We have a widespread problem with email responses to outgoing crm email, that has been tracked, not getting auto tracked by Outlook + crm addin. Our crm is 2011 online. We have a variety of outlook...

2

Solved

I'm trying to retrieve a list of entities from CRM, but I'd like to get each one with the related entities. So far, I've the following code: FilterExpression filterExpression = new FilterExpressio...
Depside asked 4/12, 2012 at 19:34

1

Solved

I am currently on a project integrating Microsoft Dynamics C5 with an external system. ie, when an item is created on Dynamics C5 i want the item to be created in an external system (which has a fe...
Psychopharmacology asked 14/11, 2012 at 6:13

1

Using the sample code at http://erikpool.blogspot.com/2011/03/filtering-generated-entities-with.html I have altered this so that GenerateEntity and GenerateOptionSet to have the code: return optio...
Manhole asked 9/12, 2011 at 10:13

1

Solved

I am working on CRM 2011. We have a custom entity "Orders". One of the order is deleted by someone (user). Can we find that who (user) deleted that record? EDIT: 1- Well, as i mentioned th...
Smaragdite asked 19/10, 2012 at 12:15

2

Solved

How to get option set value of an entity from sql server. I have developed a windows application , in which i was getting option set from crm using impersonization. But now my requirement is to get...
Remde asked 27/9, 2012 at 4:36

3

I have a Entity Collection Like this: EntityCollection users; I want to convert it to a Ilist like this: systemUsers = new List<CrmSdkTypeProxy.SystemUser>(); where CrmSdkTypeProxy.Syste...
Gammy asked 21/6, 2012 at 5:34

2

Solved

Example: Lets say I have a workflow which send an email 2 days before warranty enddate. This workflow is triggered on the "Created" of a entity. step 1: wait condition - process timeout < (warr...
Yonit asked 8/8, 2012 at 15:19

3

Solved

Right I am creating a method which adds an Account to Dynamics CRM with an Ajax POST to a built in webservice, the code is as follows : var context = GetGlobalContext(); var serverUrl = context.g...
Freestanding asked 14/2, 2011 at 15:41

1

Solved

I'm attempting to execute a workflow for records selected in a view, via a ribbon button. I have a working example using the 'legacy' services for CRM 4 compatibility: function invokeWorkflow(work...
Kohinoor asked 18/7, 2012 at 16:18

1

Have a seemingly contradictory issue with Notes/Annotations on Contacts/Accounts. This is the permissions for the Note entity for a custom role we have defined: Summary: Individual Crea...
Cipango asked 6/7, 2012 at 20:26

2

Solved

For some reason in my where it says that "firstname" does not exist in the Opportunity Entity. But it is set for the SystemUser Entity. Any idea why it is getting confused? Thanks! var linqQuery...
Untoward asked 30/5, 2012 at 16:47

2

Solved

I have a custom workflow in CRM 2011 which is manually triggered against custom entity records. When a single record is selected for processing, the workflow is always successful. However when sele...
Parotitis asked 13/2, 2012 at 17:32

2

Solved

Update I should have added from the outset - this is in Microsoft Dynamics CRM 2011 I know CRM well, but I'm at a loss to explain behaviour on my current deployment. Please read the outline of...
Sladen asked 15/5, 2012 at 11:55

2

I know nothing about how Dynamics works, nor do I know anything about its data model (nor do I understand its lingo, so I apologize in advance if I'm using the wrong terms). I am building a websit...
Scrivenor asked 4/3, 2011 at 17:56

2

We are just beginning development and implementation for dynamics crm 2011 on premises. Is it possible to implement automation for code check-in to promote code from development to test systems? It...
Foregoing asked 12/4, 2012 at 21:3

3

Solved

We are able to create new entities without any issues, but updating an existing entity in a plugin this does not appear to be working. This is for CRM 2011. var crmContext = new CustomCrmContext(s...
Melt asked 22/2, 2011 at 6:31

2

Solved

Im trying to use the CrmSvcUtil with the following command: C:\TMP\sdk\microsoft.xrm\tools>crmsvcutil.exe /connectionString:"Authentication Type=AD; Server=myip; User ID=myusername; Password=xxx" ...
Pinball asked 2/11, 2011 at 13:15

2

Solved

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 r...
Lakenyalaker asked 20/1, 2012 at 10:46

1

Solved

I've got an entity called new_trexmail with a string attribute called new_contextline. I'm trying to get a list of entities where new_contextlineis in a defined list. The following code fails wi...

© 2022 - 2024 — McMap. All rights reserved.