Retrieve file stream from Print Archive in Dyn365 F&O with x++
Retrieve file stream from Print Archive in Dyn365 F&O with x++
Technical articles on Dyn 365 FO
Retrieve file stream from Print Archive in Dyn365 F&O with x++
If you need to find the relationship between Purch Line and Sales Line you can use the following links between the fields: SalesLine.InventTransId == PurchLine.InventRefTransIdSalesLine.InventRefId == PurchLine.PurchIdSalesLine.InventRefTransId == PurchLine.InventTransIdSalesLine.ItemId == PurchLine.ItemId These relationships are valid if the field: purchLine.ItemRefType = InventRefType::Sales
In Dynamics 365 Finance and Operation you can retrieve the list of all Menu Items (Display, Action or Output) through specific libraries. These libraries are made in .NET and can be used both internally in Dynamics in X++ and externally (maybe to create some useful tools for Visual Studio).Here is the link to the Microsoft … Leggi tutto
In Dynamics 365 Finance and Operation it is easy to create an excel file with x++. To do this you can use the following code snippet:
Project Invoicing Proposals and their child transactions
How to create OData Action on Data Entities in Dyn365 FO
How create Default Dimension from Dimension Value in X++ for Dynamics 365 F&O
Merge financial dimensions in D365 F&O with x++
Create number sequence without reference in x++ for Dynamics 365 F&O
How to create and post a Project Journal in X++ on Dyn365 or Ax 2012