Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products. It is part of the Microsoft Dynamics family. The early versions (from 1.0 to 3.0) were called Axapta, while the later versions (from 3.0 SP6 to AX 2012) are called Dynamics AX. This tag refers to the successor of AX 2012, also known as Dynamics 365 for Finance and Operations.
Questions tagged [dynamics-365-operations]
254 questions
0
votes
1 answer
How do I get the list of providers from Dynamics 365 FO via an .NET core API
So far, using Azure service bus, I have managed to get data from purchase orders, payment logs, invoices, etc.
But my API was waiting that one of these events to happen. But now we need to do an active search and show all providers registered in…

Ianagos
- 13
- 3
0
votes
1 answer
Cannot start Batch service after upgrade to Platform update 32
i've upgraded test (onebox) environment to Platform update 32 and i cannot start Microsoft Dynamics 365 Unified Operations: Batch Management Service, there is a warning message that says:
In event viewer i see the following:
What i've tried so…

1gentlemann
- 164
- 1
- 3
- 14
0
votes
1 answer
Store the result of a query in dynamics365
I'm new in dynamics365 programming, I want to store in any variable the result of this query:
the tables are: InventDim id; InventTrans it;
while select sum(qty) from it
where (it.ItemId == "OL-1500") || it.ItemId == "OL-1000"
join…

OiRc
- 1,602
- 4
- 21
- 60
0
votes
1 answer
How to show icons on Tree Control in D365FO
Please how to show icons on FormTreeControl in Dynamics 365 For Finance and Operations
Here is my actual code, using to show icons in D365FO, #ResAppl Macro
public class IconsTree extends FormRun
{
public void init()
{
SalesTable _Table;
…

Adnane
- 21
- 6
0
votes
1 answer
Automatically insert records to both data source of the form using join data source
I have a custom form called gate pass with two data sources The first data source is called gate pass table and the other one is called driver table.
gate pass table has a foreign key relation with driver table on field national ID. That means…

Nastaran Hakimi
- 695
- 1
- 16
- 36
0
votes
2 answers
Block FormRun task from executing in DetailsTransaction pattern
I am building a simple journal form based on the form pattern DetailsTransaction. In this pattern it has the standard two view layout, the header/*journalTable grid and a lines/*journalTrans grid.
However, when I click the New button two create a…

rjv
- 1,058
- 11
- 29
0
votes
1 answer
How to resolve time-out Dynamics 365 database synchronization Failed?
After compile my modules (has been executed),
I run Dynamics 365 database synchronization.
I get this error below:
Severity Code Description Project File Line Suppression State
Error System.Net.WebException: The operation has…

ulisses
- 1,549
- 3
- 37
- 85
0
votes
0 answers
How to override validate on DirPartyTable lookup when input value is not found
I have a table with relation to DirPartyTable and Validate = Yes, the field EDT is DirPartyRecId, ignore EDTRelation = No.
During lookup, if input value is invalid, it will always prompt "
Unable to find a unique Global address book record…

CSL
- 75
- 1
- 6
0
votes
1 answer
An error has occurred. No resources were found when selecting for update
I try to update MSCRM Account record in D365FO through Power Automate. When I run the flow, I get the error message.
"message": "An error has occurred. No resources were found when
selecting for update.
But When I set any one of the…

Sidhu
- 19
- 2
- 9
0
votes
1 answer
D365 (DevVM): BestPractise broken after updating to PU28
I have a Dynamics365 DevVM and updated it from 10PU26 to 10PU28 so that i develop on the same platform version as the systems i am developing for. After applying 10pu28 i started my VisualStudio, changed something and tried to save and compile but…

D.J.
- 3,644
- 2
- 15
- 22
0
votes
0 answers
Parent or master event for FormControl or FormRun classes
I have an unusual requirement at a client that requires a timeout if the user does not interact with a specific form for a certain amount of minutes (the time for the timeout is parameterized in a parameters form). Essentially if nothing is…

rjv
- 1,058
- 11
- 29
0
votes
1 answer
D365 FO Simple Query for expiring contract
I need to create simple query which will show all contracts which will expire in next 3 months. I know how to do that with SQL, but how to do that in Visual Studio when I create query. I added data source Contract table. Added range. Column where is…

DarthCSharper
- 133
- 1
- 13
0
votes
1 answer
MPOS doesn't accept credit card payment D365
This is on a test environment.
Using D365 Retail.
Modern Point of sales (MPOS)
The terminal device is a Verifone P400Plus from Adyen.
I'm getting this error on the MPOS when paying with a credit card:
"The card type is not an accepted form of…

Phu Minh Pham
- 1,025
- 7
- 21
- 38
0
votes
2 answers
Financial Dimension after save is empty
I have financial dimension which contact values like BuildingID and ContractID.
When new building is created, dimension is properly filled with data. But, after that there is need for contract creation.
When contract is created there is value in…

DarthCSharper
- 133
- 1
- 13
0
votes
1 answer
D365 Updating condition in method
I have Areas tab which contain grid with some calculations.
That calculations depends from area which is selected.
Situation is next: One object can have several areas, and when I open Areas tab, it calculates good but, when in object I change…

DarthCSharper
- 133
- 1
- 13