dynamics-crm Questions

2

Solved

Overview: I'm coding a FetchXML query to return users with disabled mailboxes in a Dynamics 2015 online CRM instance. Now I've come to a stage where the query results need to be bound to a ListView...
Joell asked 8/2, 2016 at 22:44

1

Solved

I have a small issue with detecting whether the user in a company is an admin or not. A suggested way to do that by MS is to query for a role name "administrator" etc. BUT the thing is that it is...
Indefinite asked 19/1, 2016 at 16:20

1

Solved

Hoping someone could shed some light from a performance standpoint on using OrganizationServiceContext.CreateQuery vs using FetchXML (or QueryExpression). I have made extensive use of LINQ but am ...
Gideon asked 7/1, 2016 at 23:21

2

Solved

I have a Dynamics CRM 2013 plugin executing in the Sandbox. This code has the following custom exception class: [Serializable] public class PluginValidationException : Exception { public Plug...
Sakovich asked 6/4, 2014 at 2:13

1

I need to authenticate and perform CURD operations in MS Dynamics CRM using PHP API. I have referred Reference1 Reference2 Reference3 Reference4 and using the below steps: settings > Adminis...
Jenifferjenilee asked 7/12, 2015 at 6:36

0

We export a solution with all of our customizations from CRM and unpack it into individual files (using SolutionPackager.exe) to store in source control. This has been working great until we added ...
Jose asked 3/12, 2015 at 18:42

1

Solved

Scenario: I have a custom entity with attachments in Dynamics CRM 2011. I want to query those attachments with file name that contains a hash tag ('#'). Say I have attached a few text documents. kd...
Audrey asked 15/10, 2015 at 1:58

2

I've searched around a lor to figure this one out and still can't see a good response. I timed the same query using Linq and QueryExpression and generally the later comes out much faster. However f...
Hawkbill asked 17/4, 2014 at 16:7

2

Solved

Could anybody suggest what I am doing wrong here? I have created a Custom Workflow Activity using this sample Create a custom workflow activity. But this is not showing up as a plugin/activity typ...

1

Solved

Using this query im able to retrieve audit records in Microsoft Dynamics CRM online <fetch version="1.0" > <entity name="audit" > <all-attributes/> </entity> </fetch&...
Duprey asked 18/8, 2015 at 7:33

1

Solved

We have a newly set-up CRM 2015 On-Premise environment; and we're doing some fiddling with the Social Care framework. We simply wanted to update a Social Profile record's InfluenceScore parameter ...
Shorten asked 4/6, 2015 at 14:4

1

At this moment I know how to use the addCustomFilter in combination with addPreSearch (and the remove variants). All this works perfectly when passing a filterXml like: <filter type="and"> ...
Oliveolivegreen asked 29/5, 2014 at 14:18

4

Solved

Are there any online resources which show the basic steps to access the Microsoft CRM on-premise web service with a client written in Java? Which web service toolkit should I use? I tried it with...
Burseraceous asked 12/7, 2009 at 11:30

1

I have a question on the subject of composite attributes that I would be grateful if you could help me with. I posted this before on other question blogs but got no response I am satisfied with. I...
Impudent asked 11/2, 2014 at 13:3

6

Solved

I use Erik Pool's implementation of ICodeWriterFilterService and Manny Grewal's GenerateOption function as a model to filter out unwanted entities in the file that CRMSvcUtil generates. While Erik ...
Overrefinement asked 20/1, 2012 at 18:37

2

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:...
Toffey asked 30/1, 2015 at 22:28

3

Solved

Within the Plugin Context, there are two user ids, InitiatingUserId which returns the id of the user who actually fired the plugin. UserId which returns the user Id of the user the plugin is act...
Thyratron asked 23/5, 2013 at 20:38

0

I have a pick-list on my form, the selected value of which i want to use in an email template. However the value is not getting populated in the email template. what should i do to achieve this O...

2

Using the CRM 2011 SDK (v5.0.10) I'm running into an issue with a handful of Lookup fields where the target is not populated and am hoping someone can help me determine the best way to determine th...
Monocot asked 31/5, 2012 at 15:23

1

My team and I are using the SolutionPackager tool from the CRM SDK to being able to version CRM 2011 solutions. We’ve come through many problems; for example the order in which the languages are e...
Antitragus asked 5/7, 2013 at 14:47

1

My goal is simple. Using the Dynamics CRM 2013 API and given a url, user name, password, and domain, how can I check that the values are valid? I have a custom application that will be using the A...
Ambi asked 8/10, 2014 at 22:2

4

Solved

How to create and delete data from entity relationship many-to-many in crm 2011? Code: QueryExpression qry = new QueryExpression(); qry.EntityName = "entity1_entity2"; qry.ColumnSet = new ColumnS...
Regal asked 10/1, 2012 at 11:49

3

Solved

I have a list of audit data from Dynamics CRM 2013 that I have deserialised and stuck into a HashSet, defined as: private class AuditCache { public Guid ObjectId; public int HistoryId; public D...
Populate asked 7/8, 2014 at 13:34

2

Solved

I want trigger MS Dynamic CRM plugin in N:N(many to many) relationships? When user add or remove row from N:N relationship, then exposed my plugin. It's possible, and how if it's?
Caridadcarie asked 17/2, 2012 at 11:38

1

Solved

I have found strange issue in MS CRM 2013, and since it seems to be by design, I need help to find a way around it. The issue is it's impossible to call getScript jQuery method from WebResource. ...
Release asked 16/6, 2014 at 12:2

© 2022 - 2024 — McMap. All rights reserved.