microsoft-dynamics Questions
0
I am writing a script in python to authenticate to my Dynamics web api app and be able to perform operations (get/patch/post, etc). I am trying to authenticate via authorization code flow but am st...
Hydantoin asked 31/7, 2023 at 17:30
4
Solved
I am getting an error which I just cannot seem to debug. I am trying to create a custom activity entity via custom HTML/JavaScript web resource.
The user clicks a button and the following params:...
Spinous asked 15/5, 2017 at 1:11
5
Solved
I have opened an HTML web resource in a new window using:
Xrm.Navigation.openWebResource(webResource, windowOptions, data);
This is an HTML web resource and it is loading the ClientObject in the ...
Argil asked 19/7, 2018 at 7:13
5
I'am recently upgraded an IIS web server to Windows Server 2016, and i have this error ERR_SPDY_INADEQUATE_TRANSPORT_SECURITYin Google Chrome.
Grown asked 18/11, 2020 at 12:23
8
Solved
This question is related to Microsoft Dynamics CRM 2015, that I'm calling through API.
I create contact entity:
POST [organization URI]/api/data/contacts
Content-Type: application/json; charset=u...
Floret asked 24/9, 2015 at 12:27
2
Solved
I am trying to access a Dynamics NAV 2013 R2 web service from Java. The web service is running and when I enter the URL in the Internet Explorer, I can see the WSDL but first I am prompted for User...
Hereof asked 21/2, 2014 at 16:55
4
Solved
I'm working with a vendor developing a new project on Microsoft Dynamics 365 CRM, with quite a bit of custom functionality and custom entities. The vendor has made some assumptions about entity nam...
Rizzi asked 23/5, 2017 at 18:12
3
Please can someone help me make sense of the Batch madness?
I'm trying to debug an Axapta 3.0 implementation that has about 50 Batch Jobs. Most of the batched classes do not implement the descript...
Rattoon asked 7/10, 2008 at 4:47
3
Solved
We have installed on our server MS Dynamics 365 Business Central (I don't know how to view currently installed version). We are using oData v4 protocol for our requests.
Task
We need to make API ca...
Conchita asked 13/11, 2020 at 8:45
2
I am trying to access the Dynamics 365 Online API via a SPA. But I want to use the v2 authorization endpoint. I register my app in AAD and assign permissions for Dynamics CRM (I'm using the preview...
Rubberneck asked 28/11, 2018 at 4:52
3
Solved
Is there a way to connect to Dynamics CRM 365 from a .NET Core application via the Dynamics SDK? Or should I use the Web Api?
I've read it could be possible, but when I reference the SDK from my ....
Exhaustion asked 24/10, 2018 at 13:34
2
I am trying to learn Dynamics 365, but the trials https://trials.dynamics.com/ are not long enough. What other alternatives do I have for a sandbox style environment for me to learn Dynamics,...
Pinnate asked 14/1, 2020 at 16:34
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
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
2
Solved
After upgrading CRM 2013 on-premises to CRM365 an issue with plugins started to come up. Each time I try to use IOrganizationService from plugin for any operation I get an error. This issue only oc...
Infundibuliform asked 13/3, 2017 at 12:48
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
4
I'm a .NET developer, but in our organization we also have a couple of Microsoft Dynamics NAV developers. Currently they're not using any source control. I know very little about NAV, but as I unde...
Caboose asked 25/8, 2011 at 21:18
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
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
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
1 Next >
© 2022 - 2025 — McMap. All rights reserved.