Query Dynamics 365 FSCM OData from Excel VBA
William 2年前 (2024-06-10) 365浏览 0评论
You can use Excel VBA macros to call Dynamics 365 FSCM OData Entities.
William 2年前 (2024-06-10) 365浏览 0评论
You can use Excel VBA macros to call Dynamics 365 FSCM OData Entities.
William 2年前 (2024-06-07) 868浏览 0评论
Important Note: Microsoft frequently updates SqlPackage. Therefore, it’s crucial to download the latest version of SqlP...
alirazazaidi 2年前 (2024-05-31) 1411浏览 0评论
Where is admin Provisioning tool in 10.0.39. I just download the 10.0.39 vm form LCS. Microsoft just upload the vm on...
alirazazaidi 2年前 (2024-05-30) 1473浏览 0评论
Kill database issue in database restore Download two set of .backpac or move one copy into you vm. change the exten...
William 2年前 (2024-05-28) 1450浏览 0评论
This post demonstrates setting a form control value, controlling visibility of form controls, and getting the reference of a ...
alirazazaidi 2年前 (2024-05-27) 1448浏览 0评论
One of my young colleuge needs a query so he can get packingslip line agains vend inoice trans. He was developing some report...
William 2年前 (2024-05-01) 1388浏览 0评论
In Dynamics 365 for Finance and Operations, the business requirement to retrieve the user assigned to purchase orders can be ...
William 2年前 (2024-04-02) 1434浏览 0评论
Error:Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, Culture=ne...
William 2年前 (2024-03-28) 1429浏览 0评论
This X++ code demonstrates how to retrieve the last workflow approver in Dynamics 365 for Finance and Operations using the ge...
alirazazaidi 2年前 (2024-03-04) 1373浏览 0评论
I love D365 F&O because every day I have to learn something new. At the same time, D365 F&O was so big that I started...
William 2年前 (2024-02-29) 1333浏览 0评论
This content demonstrates how to retrieve dimension display values in X++ for Dynamics 365 Finance and Operations. By utilizi...
William 2年前 (2024-02-02) 2090浏览 0评论
This post discusses the usage of the postLoad method in data management for Dynamics 365 for Finance and Operations. It expla...
alirazazaidi 2年前 (2024-01-20) 1603浏览 0评论
Hi friends, In this post, I am going to share my notes about consignment inventory in D365 Finance and Operations. So wh...
William 2年前 (2024-01-17) 1783浏览 0评论
This code demonstrates how to retrieve the caller form name and use it to run business logic in a Form extension class in X++...
William 2年前 (2024-01-13) 1621浏览 0评论
If you are getting errors while upgrading your tier-1 environment, trust me you are not alone, many of us facing this error s...
William 2年前 (2024-01-09) 1578浏览 0评论
While importing the bacpac file into DEV exported from UAT using SqlPackage.exe, I got this error: Error: The source contains...
William 2年前 (2024-01-04) 1558浏览 0评论
While exporting data in BYOD ENUMS are exporting with values (numerical) than its string values. All ENUMS are sitting i...
alirazazaidi 2年前 (2024-01-02) 2663浏览 0评论
A small tip: I just create a purchase order and register the quantity. Either directly on the purchase order or through the m...
William 2年前 (2023-11-23) 1803浏览 0评论
您是否对 AX 2012 中的用户角色与管理报告者角色的集成感到困惑?在 Management Reporter 中添加或删除用户时遇到问题?在这里得到你的答案。 在过去的几周里,AX 开发人员向我询问有关 Management Reporter 安...
alirazazaidi 3年前 (2023-05-27) 2174浏览 0评论
In this post, we are going to verify vendor invoice is settle / paid or not. For this you have to go Accounts payable module ...