dynamics-crm Questions
2
I'm calling Dynamics 365 through it's OData Web Api and I'm wondering which client library I could use to make programming easier.
My use case is that I mainly have to work with one entity: contac...
Macdonell asked 5/11, 2018 at 15:54
2
I am trying to integrate Microsoft Dynamics Online with my website. However, I am struggling to find a decent way to authenticate via the API (whether it'd be REST or SOAP) using PHP. Most examples...
Maori asked 18/2, 2013 at 19:38
1
I'm trying to create a Price Level Object in Dynamics CRM through the api.
While I'm creating the Price Level Object (Price List) I want also to create Product Price Levels (Price List Items) with...
Yl asked 11/6, 2019 at 12:12
3
I am developing one C# application which is used to retrieve data from Dynamics CRM Online. To validate the User Name and Password of Dynamics CRM I am using the WhoAmIRequest. It works fine until ...
Quarterphase asked 24/6, 2015 at 6:56
2
Solved
Been banging my head against a few walls with this so hoping some CRM/Dynamics experts can give me a hand!
I'm trying to programatically obtain data out of our Dynamics CRM instance, using a singl...
Knowable asked 10/4, 2018 at 21:58
4
Solved
In Dynamics 365 9.0 there was quite a big change regarding how to access form attributes and controls - instead of Xrm.Page namespace, we should pass executionContext to a function and get formCont...
Retributive asked 11/1, 2018 at 8:2
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
1
Solved
Microsoft sample code for accessing Dynamics often looks like this:
static void Main(string[] args)
{
try
{
string connectionString =
"Url=https://myorg.crm.dynamics.com; [email protect...
Pebble asked 3/1, 2019 at 21:26
2
Solved
I have been looking for a way to get the list of all dirty fields in the CRM form to determine the what was changed and need to be saved in the browser console. This will help me debugging the java...
Ricoricochet asked 21/12, 2017 at 14:18
3
Solved
I am creating a plugin to call a webservice. I need to serialize and deserialize the Json object. So, I need Newtonsoft.Json. I am trying to merge the dll from NewtonSoft.Json and my application dl...
Mammon asked 3/12, 2018 at 22:29
1
I have written the following code to acquire token for CRM.
class Program
{
private const string username = "[email protected]";
private const string password = "Pa$$w0rd";
private const s...
Barbellate asked 7/12, 2018 at 6:53
1
Solved
I am encountering the following error when attempting to authenticate with Dynamics 365 from my .Net client:
AADSTS90002: Tenant authorize not found. This may happen if there are no active subscri...
Button asked 6/12, 2018 at 5:51
1
Solved
Purpose: To add a Group with SubArea (opening a WebResource), which could be added in a managed solution. Sitemap state before installation and after uninstallation should be same.
I understand ho...
Pournaras asked 4/5, 2018 at 10:47
1
Solved
Do you know are there any plans from product group to rewrite CRM SDK libraries into .NET Core or probably just make them .NET Standard compliant?
More and more systems and components treats .NET...
Merrel asked 22/8, 2018 at 7:8
3
Solved
Caching behavior of the last Dynamics SDK is driving me crazy.
First, if you want to use CrmServiceClient to access different environments you have to use the parameter RequireNewInstance=True; in...
Maximamaximal asked 27/1, 2017 at 14:33
1
Solved
Using Dynamics 365 Version 1612 (8.2.2.112) on-premises. On the Quote form, I have modified the action called by the Activate Quote to create a custom entity (Deal) record and then navigate to the ...
Loppy asked 19/6, 2018 at 15:0
3
I am following this article to change my Business Process Flow stage within a c# plugin. I am able to move the stage forward to the next stage, but I am receiving an error when I try to move back t...
Interlaminate asked 19/7, 2018 at 19:16
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
2
Solved
Basically I have a QueryExpression that returns over 3000 results. I only need to use between 50 and 200 of these. If I was using normal sql I could use SELECT TOP 200.....
Is there a way to do thi...
Strutting asked 13/7, 2010 at 9:57
1
Solved
I'm trying to determine how I can find the integer values for picklist fields in Dynamics via the web api. I can access the basic metadata by using:
GET https://[COMPANY].api.crm3.dynamics.com/api...
Luciana asked 23/8, 2018 at 21:19
0
It seems that Microsoft Dynamics CRM Web API supports OData and it supports adding new entities e.g. contacts using JavaScript. I tried accessing the API with the following code, but I have two pro...
Haupt asked 5/8, 2018 at 12:24
1
In a Joomla application I am getting a user info as follows and then I need to save the user info as a contact in a Dynamics 365 database through their REST API.
$user = JFactory::getUser();
$u...
Akkerman asked 28/7, 2018 at 11:57
1
Solved
I used this article to open a popup window when clicking on a button in the Lead form. In the onclick event of a button in this popup window, I want to set the value of a field in the parent form. ...
Milligan asked 23/7, 2018 at 19:1
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
2
Solved
I need to update modifiedon, createdon, modifiedby in CRM using SSIS via kingswaysoft. Is it possible? Because right now kingswaysoft is not showing these fields for mapping.
Baseball asked 18/7, 2018 at 12:9
© 2022 - 2024 — McMap. All rights reserved.