dynamics-crm-2011 Questions

7

Solved

We have 2 orgs running in our on-premise crm 2011 system. We have generated early bound classes for both orgs. One of our plugins is throwing the "a proxy type with the name account has been def...
Kiernan asked 21/12, 2011 at 18:27

4

Solved

I'm fetching a list of marketing lists. As I do so, it seems to be a successful operation according to my check using intellisense. When I look for ...Entities[0].Attributes["nick"] I get an object...
Session asked 28/9, 2012 at 15:59

4

Solved

I need to connect and retrieve records in CRM Online through CRM 365 plugin. I have tried simplified connection using xrm.tooling.dll but unfortunately it says Could not load file or assembly 'micr...

5

When I am linking annotations to a specific entity, rather than creating a relationship like so: var associateRequest = new AssociateRequest { Target = new EntityReference(SalesOrder.EntityLogica...
Johannejohannes asked 21/2, 2017 at 19:17

4

Dynamics CRM 2011 on premise. I registered a custom workflow assembly using the Plugin Registration Tool. The plugin code was: using System; using System.Collections.Generic; using System.Linq; ...
Oxidimetry asked 14/10, 2013 at 10:22

2

Solved

There's a Dynamic CRM instance on a server ("on-premises"). It will be used by a few sites that run on distant machines (another domain, another Active Directory). The communication between those s...
Marta asked 5/7, 2012 at 17:34

3

Solved

I need to execute a CRM 2011 workflow from .Net. I have looked at the CRM 2011 SDK example which uses the ExecuteWorkflowRequest message. The example works which is a good start, but the sample als...
Forte asked 20/4, 2011 at 10:6

2

I am trying to remove the PreSearch filer and my code is as below. How can I achieve the same? Xrm.Page.getControl("productid").removePreSearch(function () { Object }); Xrm.Page.getControl("prod...

10

Running Dynamics CRM 2011 rollout 3. Need to update millions of customer records periodically (delta updates). Using standard update (one by one) takes a few weeks. Also we don't want to touch the ...
Gyral asked 16/12, 2011 at 7:40

3

Solved

CRM 2011 on premise. I have a plugin written in C#. It could throw exceptions or otherwise behave badly in production. When this happens I want to capture information about the state and about re...
Droop asked 27/9, 2013 at 11:23

7

This is actually another part of this question. Error settings breakpoints but only on some lines while debugging I'm remote debugging a CRM 2011 plugin in vs 2010. I'n one of my source files I ...
Aharon asked 20/12, 2011 at 19:13

4

Solved

I'm trying access the Xrm.Page.data object from within an HTML web resource that I have inserted onto a form in CRM 2011. However, depending on how I try to access the Xrm entity, I find that it is...
Fineness asked 14/2, 2014 at 21:52

2

Solved

I have created the two following abstract classes that I use in my plugins and workflows: /// <summary> /// Base plugin class. Provides access to most often used Xrm resources. /// </summ...
Hypocrite asked 13/6, 2016 at 14:14

5

Solved

How to get the option set from a field in an entity in CRM 2011 using crm sdk and C#? I just want to share with you guys a direct approach on getting the option set of a field in an entity.
Oneidaoneil asked 27/4, 2014 at 13:36

5

Solved

I tried to execute the following command from the console. var subject = Xrm.Page.ui.controls.get("subject"); That's the exact syntax I'm using in the web resource that I'm plugging in to CRM. H...

6

Solved

I'm fully aware that deleting users (SystemUser Entity) in CRM Dynamics 2011 is not supported by Microsoft. However, we're currently developing a tool to support our User Provisioning needs. In or...

3

Solved

I know the ExecuteMultipleRequest is a huge performance booster when performing batch updates from outside of CRM. What I don't know is if it is beneficial to call it from within a CRM plugin. My ...
Storey asked 9/2, 2015 at 16:40

3

Solved

Following a Microsoft hands-on lab for Dynamics CRM 2011, I am attempting to add a custom view to a form that responds 'onchange' to a particular property. Here is my function to add the custom vie...
Wyon asked 10/6, 2013 at 22:13

1

With little knowledge of CRM, we were tasked with exposing data and other functionality from CRM 2011. We developed a RESTful wrapper that allows other developers to leverage it in their apps. Some...

5

Solved

I need to have some code execute on the click of the ribbon button on an entity that updates some related data from CRM Online 2011. I would prefer not to have to write all of this logic in JScript...

1

I need to be able to convert from ODataQueryOptions to RestRequest in order to be able to issue a RestRequest with specified filters, and have created the following helper class: public static cla...

3

Solved

In Dynamics CRM 2011, on the Incident entity, the "Status Reason" optionset (aka statuscode) is related to the "Status" optionset (aka statecode) e.g. see this screenshot When I use the API to ...
Oriental asked 17/3, 2013 at 17:33

4

I am planning to upgrade my CRM (On premises) 2011 to CRM 2016 (On premises). And now I am looking for the best way to migrate the data. By the way, there're a lot of custom data (entities, fields,...
Alurd asked 1/11, 2016 at 14:47

2

I am currently using InvalidPluginExecutionException to send the message to the user, but it turns out that the message is in English "Business Process Error" beyond which the error box appears the...
Auld asked 16/5, 2013 at 17:19

2

Solved

I'm new to Dynamics CRM and I'm trying to export security roles from the SQL back end of CRM to create a report of each security roles read, write, create etc permissions. Has anyone done this befo...
Fourteen asked 8/8, 2014 at 10:47

© 2022 - 2024 — McMap. All rights reserved.