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
Set PurchReqLine.BuyingLegalEntity default value to blank
I encountered a problem in the development, requesting a new purchase request line of a purchase with a legal person with a default value of empty
I tried a variety of methods, the default value can not be overriden.
The following is my…
0
votes
2 answers
How to consume external services in Dynamics 365 finance and operations
I am new to MS Dynamics 365 Finance and Operations application development.
I am creating a D365 F&O application where i want to consume some services for this i have written a class library. I have followed below MS…

Dharmendra Singh
- 149
- 2
- 11
0
votes
0 answers
Dev environment is not working after restoring DB in Microsoft dynamics 365
The restore of the Database in Dev environment is completed and followed all the required steps (I have already restored DB once without any errors).
Now after the Dev restore, I'm not able to open my Dev environment.
Error : Sorry, we lost the…

Theja Pachipala
- 1
- 5
0
votes
0 answers
The SMTP server does not support authentication in Microsoft dynamics 365
When I'm running the missing weekly timesheet reminder, I'm getting an error.
I have set up the SMTP settings and able to test email with authentication.
Test emails are working properly.

Theja Pachipala
- 1
- 5
0
votes
1 answer
D365FO: Update non-editable table field with data entity
I have a following problem: I have a tableA (standard FO table) that has a fieldA (string) with the Allow Edit property set to to No. Now the user would like to have several fieldA values changed with an added suffix, for example: FOO ->…

mrsalonen
- 343
- 2
- 15
0
votes
1 answer
how to attach ssrs report to an email in D365fo
so I am looking for an approach to attach an SSRS report (in pdf format) to an email once a batch job gets completed. I want the report to get attached to the email without downloading the pdf report. someone suggested to look up report reference…

mepemba
- 39
- 1
- 4
0
votes
0 answers
Chain of command doesn't work on Data Provider
I am trying to extend FreeTextInvoiceDP to add new fields to the report, I have created a chain of command, but when I run it the process does not go through the extension. I have debug it and effectively the extension doesn't work, is there…

Aitor Ramos Pajares
- 361
- 2
- 20
0
votes
0 answers
How to Learn Digitsize After Delimeter?
I need to find how many digits there are in Price area after delimeter to compare
I used this code but not working properly because all region dont use same delimeter
Do you have better idea ?
strSalesPrice =…

yalcinpkr
- 15
- 4
0
votes
1 answer
Write validation failed for table row of type 'PurchPurchaseOrderLineEntity'
I'm trying to post the the purchase order line details from postman using odata and I'm getting the following error.
{
"error": {
"code": "",
"message": "An error has occurred.",
"innererror": {
"message": "Write validation…

mambo chaminuka
- 51
- 10
0
votes
1 answer
How can I assure not selected fields records at the checkbox won't be displayed at lookup?
I have a form and lookup field in it named PI Code. PI code comes from another table and this table has a checkbox field named active. MY lookup field needs to display only the active fields. How can I do that? If I copied onlookup event handler…

Granger
- 21
- 1
- 10
0
votes
1 answer
In Microsoft Dynamics 365 F&O, how can you Create an Instant Search Filter using Extensions?
I'm currently trying to work my way through Dynamics 365 for Finance and Operations Development Cookbook - Fourth Edition. The chapter Creating a Custom Instant Search Filter demonstrates a custom name filter which should update the group list as…

Brian Kessler
- 2,187
- 6
- 28
- 58
0
votes
2 answers
In Microsoft Dynamics 365, why is my filter not a combo box when I am running start my Visual Studio Project?
I'm currently following the tutorial "Creating a custom filter control" in Dynamics 365 for Finance and Operations Development Cookbook - Fourth Edition
I've created the extension to the MainAccount which includes, under NavigationList(Group) ->…

Brian Kessler
- 2,187
- 6
- 28
- 58
0
votes
1 answer
In Microsoft Dynamics, 365, why can't I inline an instance of FormDataSource?
I have the following method which compiles:
private void onModifiedFilter(FormControl sender)
{
FormDataSource mainAccount_ds = sender.formRun()
.dataSource(formDataSourceStr(MainAccount, MainAccount));
…

Brian Kessler
- 2,187
- 6
- 28
- 58
0
votes
1 answer
In Microsoft Dynamics 365, How can one successfully modify forms in the Application Suite?
I'm currently attempting to follow some of the recipes in Dynamics 365 for Finance and Operations Development Cookbook - Fourth Edition
Multiple recipes in "Working With Forms" suggest modifying existing models which then fail to save because --…

Brian Kessler
- 2,187
- 6
- 28
- 58
0
votes
0 answers
In Microsoft Dynamics 365, how does one correctly and successfully add a menu item button to a table?
I'm currently working my way through "Creating dialogs using the SysOperation framework" in Dynamics 365 for Finance and Operations Development Cookbook - Fourth Edition.
While the authors are generally good at providing step-by-step information,…

Brian Kessler
- 2,187
- 6
- 28
- 58