dynamics-crm Questions
1
Solved
I am using Microsoft Dynamics CRM 2013 On-Premise. I am facing with the issue while I am trying to set up any dynamic value to body section of "Send Email" step in CRM 2013 process.
Here is steps t...
Faustina asked 13/5, 2014 at 13:12
3
I've been told a few times that Business Units in CRM 2011 are "tricky" and shouldn't be set up lightly since they have irreversible consequences for a CRM 2011 implementation.
On the other hand, ...
Rexanne asked 16/11, 2011 at 1:47
2
In Dynamics CRM 2013 I use standard activities and custom activities. For all of them I have custom field Account which I automatically fill in with account (if it is possible) from Regarding objec...
Primaveria asked 2/5, 2014 at 16:30
2
Solved
I am currently getting started with the extending of Microsoft Dynamics CRM using Plugins.
Is it possible to add Dependency injection to these plugins (for testing, loose coupling, etc. purposes)...
Caaba asked 15/1, 2014 at 14:55
0
I was having problems with Dynamics CRM online getting a recordset to import. I have now reduced the problem to one field.
I have a field, named 'Description', a text field that is junking up the...
Imprecision asked 27/4, 2014 at 12:7
1
Sometimes CRM 2013 decides to give me the following error when opening an Order (and presents me with an empty page, but with the top navigation bar intact):
<CrmScriptErrorReport>
<Repor...
Hitch asked 11/11, 2013 at 16:45
3
Solved
I have created following code, and I have included this as web resource on the CRM 2011 form to be called on field onchange event of lookup field. Everything is working fine before the $.ajax({... ...
Marianomaribel asked 2/3, 2011 at 14:1
2
Solved
My plugin fire on Pre Create operation on Entity X. When trying to update a field on the Entity X using the following code I am getting error:
trEntity = (Entity)context.InputParameters["Target"];...
Fibster asked 11/2, 2014 at 0:23
2
Solved
Quick one, I don't see any direct answers out there so I thought I'd ask. (Here is the same question asked on the microsoft social site and it is unanswered as well)
If I have a DisplayRule and a ...
Tailor asked 8/5, 2012 at 19:18
2
Solved
Trying to write a plugin for Dynamics CRM 2011 Online.
The first step is to use CrmSvcUtil to generate the code for the entity classes.
I think I've got the CrmSvcUtil parameters right (see below...
Feedback asked 28/2, 2012 at 12:36
4
Solved
When creating a plugin in Microsoft Dynamics CRM 4.0 you could use the following to check the origin of the event that caused the plugin to fire.
public void Execute(IPluginExecutionContext contex...
Abbate asked 16/5, 2011 at 7:27
5
Solved
Dynamics CRM 2011 on premise. (But this problem exists in many situations away from Dynamics CRM.)
CRM plugins have an entry point:
void IPlugin.Execute (IServiceProvider serviceProvider)
(http:...
Elisavetgrad asked 1/10, 2013 at 15:5
1
We have a system where user enters his data in a form and we save Data in CRM (Its in cloud so we have no access to it and all that). Now suddenly we have started getting error everytime, we try to...
Assent asked 16/9, 2013 at 11:34
2
Solved
I've got a managed plugin that I can install / uninstall from Microsoft Dynamics CRM.
Within the plugin's customizations.xml I have included a small section of Sitemap customizations, particularly ...
Effie asked 23/8, 2013 at 16:24
2
Solved
Is there way to create an inactive record by plugin in Microsoft CRM 2011? I can use setStateRequest class and IOrganizationService.Execute method to change state/status of an existing record. Sinc...
Feaze asked 18/7, 2013 at 11:46
2
I'm involved in developing a sandboxed Microsoft Dynamics CRM 2011 Online plugin and have a set of tests that I can drive from a xUnit front end on my local machine given that I right-click the Pac...
Diametral asked 30/1, 2012 at 14:40
1
Solved
From version 5.0.13 the source code of Plugin Registration Tool is not available inside the CRM 2011 SDK (the executable is inside bin folder)
Because Microsoft only hosts the latest version...
Sirreverence asked 31/5, 2013 at 8:35
2
Solved
I'm trying to represent numbers larger than 100,000,000,000 (the maximum of the Decimal data type) in Dynamics CRM 2011. It seems like the only way to do this is to either use the Currency field or...
Spense asked 9/11, 2012 at 4:23
2
Solved
I am trying to execute this query to retrieve Audit items for specific entity types
public List<Audit> GetAuditChangesSince(DateTime since, string entityType)
{
return (from a in OrgContex...
Nonchalance asked 23/5, 2013 at 7:36
3
Solved
Using the CRM views, is there a way to retrieve a list of all of the activities linked to a specific account?
I want it to retrieve not only those associated with the account directly, but also th...
Alena asked 16/12, 2008 at 12:10
3
Solved
I'm creating a workflow in Microsoft Dynamics CRM 2011. I have a step which then has several conditions. I accidentally placed the steps that should be under the third condition at the same level a...
Lallygag asked 16/11, 2012 at 17:15
3
Solved
When executing a report in MSCRM 2011, you have two options for the data sources : either SQL or Fetch.
In SSRS execution logs, the user who ran the report is always the service account.
When us...
Dewees asked 26/4, 2012 at 12:37
4
Solved
I would like to do the following:
when a Sales person assigns a custom entity (let's call it 'Primary Expertise') to an Opportunity in MS CRM 4.0, the system would share the Opportunity with the u...
Movie asked 24/11, 2008 at 13:50
3
I'm using the XRM (early bound) types in a WCF project so I have access to the CRM model and can use LINQ queries. But I've been running into a problem described here, it's the limitations on the w...
Bouilli asked 21/3, 2013 at 11:4
2
Solved
I am creating a web resource which will populate a HTML table with tasks
I was trying to get the PriorityCode of a tasks. But I don't know how to get value/text from a OptionSet.
This is a screen ...
Panne asked 18/3, 2013 at 14:39
© 2022 - 2024 — McMap. All rights reserved.