dynamics-crm-2013 Questions
3
Solved
I'm wondering how to get the string value of an OptionSet in a CRM plugin I am making. I thought all I had to do was pass the int value to OptionSetValue, but that doesn't seem to be working. Here ...
Atherton asked 21/7, 2014 at 19:55
5
Solved
I am quite new to Dynamics CRM. I am building an app which should update entity in Dynamics CRM. I can update simple types without any issues. Now the situation is, I have declared some custom Opti...
Fleischer asked 10/9, 2016 at 15:8
6
Solved
I've just loaded up the advanced find and I cant click on half the icons/drop downs as they are all in the wrong place. It works fine on other servers and other machines. It appears as if its a CSS...
Grimsby asked 12/6, 2015 at 16:1
2
Solved
I have a problem running a WCF service that connects to the CRM: It frequently produces CommunicationObjectAbortedExceptions which leave me to wonder if I am doing something wrong. These execptions...
Medovich asked 3/9, 2014 at 12:51
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...
Nobe asked 21/10, 2014 at 12:24
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...
Yaelyager asked 5/1, 2013 at 17:26
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
I want to display all audit history data as per MS CRM format.
I have imported all records from AuditBase table from CRM to another Database server table.
I want this table records using SQL qu...
Forsaken asked 3/8, 2017 at 11:18
2
Solved
We are going to implementation Selenium automation testing for functional testing in CRM 2015 (Client suggestion , because it is open source tool), I did a lot of exploration in Google and differen...
Duston asked 12/10, 2015 at 10:8
3
I have some SQL reports that has very slow performance, so we converted all of them into FetchXML, but all the SQL reports has all the conditions optional, something like this:
SELECT
...
FROM ....
Whitlow asked 19/6, 2014 at 7:15
5
I'm new to Dynamics CRM 2013.
I'd like to be able to set default values on forms when the form loads. I was thinking of creating an entity "Default Parameter" to hold a couple of default values fo...
Shena asked 6/11, 2013 at 10:41
3
Solved
I am working with MS Dynamics CRM 2013 and I am facing with the next issue:
in CRM 2011 I disabled view and entity selection on lookup by using next jscript :
document.getElementById("lookup_id")....
Pardoes asked 4/3, 2014 at 15:51
3
Solved
I'm querying MS Dynamics CRM Online from my console app:
public EntityCollection GetEntities(string entityName)
{
IOrganizationService proxy = ServerConnection.GetOrganizationProxy();
string re...
Steffie asked 5/11, 2014 at 10:24
2
Solved
I have been struggling with a an error in a plugin for MS Dynamics CRM Online. (see below).
It appears to happen at random times, but more likely to occur when the activity is high.
I have verified...
Affairs asked 10/9, 2014 at 0:58
3
I'm writing a PostUpdate Plugin on the contact entity using early binding.
Unfortunately, all properties which should represent 1:x relations are null.
The code is pretty simple:
* CRMcontext is t...
Physiognomy asked 20/1, 2014 at 6:42
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
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 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
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
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...
Choleric asked 18/12, 2014 at 6:1
1
After reading this SO question, I noticed that the link in the question made a reference to Microsoft.Xrm.Client.CodeGeneration.CodeCustomization,Microsoft.Xrm.Client.CodeGeneration.
What advantag...
Jeggar asked 21/1, 2014 at 22:8
1
Solved
I need to have JavaScript file globally available in MS CRM 2013 installation. I need to use it's functions on every single page / frame. To achieve this I'm ready to go with any unsupported custom...
Freetown asked 11/9, 2014 at 10:49
2
Solved
I am building an angular application which is running as a web resource on Dynamics 2013.
The application runs using a button which is added to the commandContainer using Ribbon workbench which th...
Gusti asked 5/9, 2014 at 9:52
1
I am developing a Windows Store application that communicate to Dynamics CRM Online using Azure Active Directory for the authentication.
The application uses this CRM 2013 SDK example: SampleCode\...
Bianca asked 19/5, 2014 at 8:17
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.