针对付款一般条目的供应商发票清单 / List of Vendor Invoices against Payment General Entry
alirazazaidi 7年前 (2019-05-15) 1552浏览 0评论
Between posted Vendor Payment Journal and Settled Invoice only relation is Voucher number in ledger Journal Trans and VendSet...
alirazazaidi 7年前 (2019-05-15) 1552浏览 0评论
Between posted Vendor Payment Journal and Settled Invoice only relation is Voucher number in ledger Journal Trans and VendSet...
William 7年前 (2019-05-13) 1895浏览 0评论
Hi Folks,In this post, I'll show how to add a new action to D365FO Odata entities which you may want to access in Logic apps ...
William 7年前 (2019-05-09) 1498浏览 0评论
Like requested by some folks, I’ve added the .xpo file for the SSRS Report Mailer in the source code folder: https://er...
alirazazaidi 7年前 (2019-05-06) 2299浏览 0评论
Don’t what reason, possible I manually copied the model files to my dev one box. After compiling my model and run the c...
William 7年前 (2019-05-01) 1817浏览 0评论
Hi Folks,Most of us have used RunAs earlier and it has the same use in D365Fo as well. Sometimes we came across where we need...
William 7年前 (2019-04-30) 2018浏览 0评论
Last few months have been pretty busy with lot of our customers getting ready to move to Dynamics 365 for … Continue r...
William 7年前 (2019-04-26) 1551浏览 0评论
The Export to Excel feature can now be configured to allow users to export up to 1 million rows from a grid in Finance and Op...
William 7年前 (2019-04-24) 2161浏览 0评论
I have previously blogged about the importance of reporting new ideas, issues and bugs to Microsoft, and also why theContinue...
alirazazaidi 7年前 (2019-04-23) 1629浏览 0评论
Small tip, I used following code snippet to add financial dimension in Customer / Vendor, You can extend this code by adding ...
William 7年前 (2019-04-16) 1839浏览 0评论
For many years I have had the opportunity to work on Dynamics 365 topics involving Kitting, Value Added Services(VAS) and Bil...
alirazazaidi 8年前 (2019-04-12) 1543浏览 0评论
Hi all, I face this error, while extended existing custom report. I added some fields in temp table, after update logic in dp...
alirazazaidi 8年前 (2019-04-12) 1646浏览 0评论
Hi all, small tip. I faced this issue, when I extend the custom report in D365 for finance and operations. During development...
alirazazaidi 8年前 (2019-03-28) 1668浏览 0评论
Hi all, In some cases we can need to copy financial dimension from one object to other for example Customer to Sa...
William 8年前 (2019-03-27) 1835浏览 0评论
When purchasing Dynamics 365 F&O, you a set of Microsoft managed (but self-service) environments that is included with th...
William 8年前 (2019-03-27) 1416浏览 0评论
I would like to warn my fellow Axapta/AX/D365FO bloggers, that blind copy-pasting from each other seems innocent, but it fact...
William 8年前 (2019-03-26) 1393浏览 0评论
Since the AXDEVALM blog has been removed from MSDN, I will repost the agent computer name post here AS-IS, until we can get b...
alirazazaidi 8年前 (2019-03-25) 2654浏览 0评论
Today I faced this issue, While deployment of package on-premises deployment. Deployment failed, even rollback failed. log fi...
alirazazaidi 8年前 (2019-03-23) 1863浏览 0评论
In Ax 2012 we get menu name with element.Args().CallMenu name, using taking decision on menu name. But same logi...
alirazazaidi 8年前 (2019-03-23) 2464浏览 0评论
Hi did one customization, where I create Ledger Journal using X++ code. It was working perfectly fine with Ledger General Led...
William 8年前 (2019-03-22) 2208浏览 0评论
Calling a web service with HTTP Basic Authentication is easy in C#. Here I’m using a REST service via HTTP GET which is...