使用 GitHub Copilot 进行 AI 辅助 D365FO 开发的实用建议
This is a blog post I have delayed too long since a new feature or update is coming every week, but I will keep it as simple ...
This is a blog post I have delayed too long since a new feature or update is coming every week, but I will keep it as simple ...
alirazazaidi 2个月前 (07-01) 15浏览 0评论
esterday, I worked on a small proof of concept (POC) to embed an external web page inside Microsoft Dynamics 365 Finance ...
This post explains the process of creating sales orders in Dynamics 365 for Finance and Operations via a web service API. It ...
This post explains the process of creating sales orders in Dynamics 365 for Finance and Operations via a web service API. It ...
Hi Folks, Intercompany (also known as cross company) journal imports are a common requirement in multi company environme...
alirazazaidi 7个月前 (01-27) 7浏览 0评论
On new vm, I found following error, when ever, i try to create a new PR or purchase order. Following script helped me Refrenc...
William 2年前 (2024-07-26) 428浏览 0评论
This content demonstrates how to obtain a worker's email address based on a specific purpose, such as "Purchase Order," withi...
William 2年前 (2024-07-26) 430浏览 0评论
This X++ code demonstrates how to retrieve the owner name of a dimension value in Dynamics 365 for Finance and Operations. Th...
William 2年前 (2024-05-28) 1495浏览 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) 1487浏览 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) 1424浏览 0评论
In Dynamics 365 for Finance and Operations, the business requirement to retrieve the user assigned to purchase orders can be ...
William 2年前 (2024-03-28) 1476浏览 0评论
This X++ code demonstrates how to retrieve the last workflow approver in Dynamics 365 for Finance and Operations using the ge...
William 3年前 (2024-02-29) 1379浏览 0评论
This content demonstrates how to retrieve dimension display values in X++ for Dynamics 365 Finance and Operations. By utilizi...
William 3年前 (2024-02-02) 2119浏览 0评论
This post discusses the usage of the postLoad method in data management for Dynamics 365 for Finance and Operations. It expla...
William 3年前 (2024-01-17) 1819浏览 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 4年前 (2022-12-13) 1173浏览 0评论
Hi Folks, Often we need to create Journals via X++ code as part of customization or integration and dimension is always ...
alirazazaidi 4年前 (2022-11-09) 1900浏览 0评论
Struggling to upgrade Devboxes. Certainly you find similar issue. I found similar. Time out error occurs on upgrade step of A...
alirazazaidi 4年前 (2022-04-06) 913浏览 0评论
simple tip, if you want to show number value with % sign you can use following expression in SSRS =FormatNumber(((Sum...
William 7年前 (2020-03-24) 1865浏览 0评论
This is something that I generally forget whenever I create a new dev-box. Visual Studio needs to be running as Administrator...
alirazazaidi 7年前 (2019-12-03) 1973浏览 0评论
Hello, welcome to this post, In this post I will explain about navigation concept. If we go through the skilled measured PDF ...