3,165 questions
0
votes
0
answers
22
views
How do I broker keycloak as a adfs client with an oauth provider? [closed]
I have a Microsoft Dynamics 365 CE on premise instance.
I'm able to configure it to work with ADFS and configure it using the Microsoft Dynamics 365 Deployment Manager, in which I configure claims-...
0
votes
1
answer
156
views
message "unable to use API box from non-interactive session" on data import with DMF
I'm facing the following issue when importing data with data migration framework in dynamics 365 FO, the import fails and I have a message "unable to use API box from non-interactive sessions&...
2
votes
1
answer
99
views
Dataverse - Calculate Rollup Column fails
I have created a rollup column to count member statuses from a child entity. It's quite a basic setup, wanting to count the total number of active and inactive members each of our accounts have ...
0
votes
0
answers
39
views
Connecting RSAT to Dynamics F&O: "keyset does not exist"
We are using RSAT (Regression Suite Automation Tool) to automate testing after updates in Dynamics F&O. In order to connect to F&O and execute the (automatic) tests I need to download and ...
-1
votes
1
answer
52
views
Does Dynamics 365 trial support Power Apps?
I've created a free trial of Dynamics 365 Customer Service from here
https://www.microsoft.com/en-us/dynamics-365/free-trial
If I log in to https://admin.powerplatform.microsoft.com then under ...
0
votes
0
answers
99
views
How to Authenticate and Call Commerce Scale Unit APIs in Self-Hosted Mode
I followed this guide to set up the Commerce Scale Unit in self-hosted mode for my local development environment. My goal is developing an extension.
I'm trying to call the following API using Postman:...
0
votes
0
answers
157
views
Issue with Inactivity Trigger and Adaptive Card in Copilot
I’m facing an issue where I’ve set up an inactivity trigger to detect when a user hasn’t provided input for 3 minutes. When this happens, a message is displayed, and the user should return to where ...
0
votes
1
answer
452
views
How to force a symbol version in Business Central?
I'm trying to develop in my sandbox environment, which is at this versions:
Version: ES Business Central 25.3 (Platform 25.2.29913.0 + Application 25.3.28755.30175)
This is my app.json:
{
"id&...
-1
votes
1
answer
155
views
How to access the notifications from a form in dynamics CRM?
On a form, when an action is triggered from a custom button on the form, a notification is appeared for some seconds and then disappears. I want with javascript to get when this notification appears ...
0
votes
0
answers
120
views
Microsoft.PowerPlatform.Dataverse.Client fails when getting metadata behind an API Gateway
I am connecting to Dynamics 365 in the Cloud using the .Net package: Microsoft.PowerPlatform.Dataverse.Client v1.2.3. I am behind a corporate API Gateway and as a result my base address for Dynamics ...
0
votes
1
answer
571
views
Power Automate: filter rows expression in List Rows step to get rows owned by current user
I have a Dataverse step in my Power Automate flow where I am getting all Accounts owned by the current user. However, I am struggling to write the expression in the filter rows section to accomplish ...
0
votes
1
answer
55
views
How to figure out entity name using record id to handle Polymorphic fields in Dynamics 365
How to figure out entity name using record ID to handle Polymorphic fields in Dynamics 365. In Salesforce each object has a 3-digit code which is used to populate GUID for respective records which ...
0
votes
1
answer
193
views
FluentUI React V9 TimePicker combobox popout not working as expected
Anyone used a fluentui react v9 time picker component?
I created a PCF control for a datetime picker. I used the Time Picker With Date Picker as a reference for my PCF, and installed both @fluentui/...
2
votes
1
answer
978
views
How to debug web service calls in Business Central?
According to the Microsoft Documentation...
I'm trying to debug my API:
The page code is just here, a copy of the standard customers api
I've only modified the OnAfterGetRecord() trigger with this ...
0
votes
0
answers
177
views
Dynamics 365: Cannot read a record ... An unsupported NULL value has been selected from the Database
Cannot read a record in "CustomTable". An unsupported NULL value has been selected from the database.
This error occurs after adding a new field in one of the principal tables being used in ...
0
votes
0
answers
58
views
Dynamics 365 - I have created a customized BPF on Opportunity but I am not able to filter the Opportunities based on the process stages
Is there any specific setup needed to see the stages in filters? Also I would lie to add a column to the view and see those stages but if I add a "Process stage" column, it shows nothing. So ...
0
votes
0
answers
931
views
POST Sales Order using API_SALES_ORDER_SRV
I face some issue on creating Sales Order using API_SALES_ORDER_SRV from External Application (in this case is Dynamics 365 Business Central.
I am trying to create a new sales order from an external ...
0
votes
0
answers
26
views
Dynamics 365 Sales OnPost event executed twice
I encountered an issue while testing a code that opens a related entity's form in a new tab upon saving under specific conditions in Dynamics. The issue is that the postsave event is executed twice on ...
0
votes
1
answer
32
views
Handling files via FtpWebRequest
I attempted to upload using FtpWebRequest from D365 crm plugin, but it is failing due to this error(A call to SSPI failed, see inner exception.). Any ideas?
using (Stream Stream = request....
0
votes
1
answer
163
views
Dataverse ServiceClient throws exception referencing PreApplicationStartMethodAttribute, return null for FetchXML query
I am using the Microsoft.PowerPlatform.Dataverse.Client NuGet package (1.1.32) to connect to our Dynamics 365 application. This is a .NET 7 application. We have an older .NET Framework application ...
0
votes
1
answer
123
views
Unable to connect to MS Dynamics due to missing reference System.ServiceModel
I am trying to authenticate with Microsoft Dynamics 365 CRM using my personal API client secret, but getting this error message when creating a new instance of the CrmServiceClient class with my ...
0
votes
1
answer
118
views
Microsoft Dataverse Dependent Plugin (Package) and Profiling & Debugging
I am using Dependent Plugin but unable to Plugin Profile. Is there some other way to debug the plugin code when deployed as Package
1
vote
1
answer
353
views
How to Pick specific keys from the complete set of array resultant from 'List Rows' connector in power automate
I have a result from 'List Rows' controller from table A.
Now, I want to pick predefined set of specific keys (stored in another table B) from the above result and create a CSV with it.
So, my table B ...
0
votes
0
answers
112
views
Adding multiple email addresses to advanced find in Dynamics 365
I need to update a field for several email addresses in Dynamics 365. I don't have coding experience or SQL access, but I’ve been using the Advanced Find option.
Is there a way to input multiple email ...
0
votes
0
answers
83
views
How to Integrate PowerApps with Dynamics AX?
Question:
Hi,I am working on a process that requires integrating PowerApps with Dynamics AX, and I'm looking for the best way to achieve this.
Here’s the scenario:
I have a PowerApps screen with a ...