Dynamics 365 财务和运营中近乎实时的补货 / Near real-time replenishment in Dynamics 365 F&O
7年前 (2019-02-20) 1738浏览 0评论
There is a lot of good stuff on the horizon for Dynamics 365. I highly recommend that you check out the following article of ...
7年前 (2019-02-20) 1738浏览 0评论
There is a lot of good stuff on the horizon for Dynamics 365. I highly recommend that you check out the following article of ...
7年前 (2019-02-20) 1458浏览 0评论
Since the AXDEVALM blog has been removed from MSDN, I will repost the code coverage blog post here AS-IS (other than wrong ca...
7年前 (2019-02-17) 2727浏览 0评论
Latest whitepaper & mobile connector downloading address – https://mbs.microsoft.com/customersource/northamerica/AX...
7年前 (2019-02-12) 1865浏览 0评论
https://www.youtube.com/watch?v=BaHYbDQJB_A The product configuration model in Dynamics 365 for Finance and Operations is a g...
7年前 (2019-02-11) 2467浏览 0评论
The warning; The blog post is High Level, but the benefits can be mind-blowing. Enterprise Architecture is about understandin...
7年前 (2019-02-08) 1783浏览 0评论
Hi Folks,This post is about how to get QueryRange from a query object in x++ code. This is very useful when you have to ...
7年前 (2019-02-07) 1312浏览 0评论
Originally posted on Microsoft Dynamics 365 Blog: In one of my earlier posts, I discussed briefly about the testing I did for...
7年前 (2019-02-06) 1721浏览 0评论
I’ve run into a problem that reminded me that while X++ types and corresponding CLR types (such as str and System.Strin...
7年前 (2019-02-04) 1802浏览 0评论
There are two table maps each mapping the fields of InventDim to concrete fields on other tables and entities: InventDimField...
7年前 (2019-02-03) 1523浏览 0评论
Product: Dynamics AX 2012 Purpose: The purpose of this document is to explain what we can do to reuse a DIXF service of an ex...
7年前 (2019-01-31) 1747浏览 0评论
For a retailer, every saved “click” is appreciated, and the ability to remove any noise appreciated. When startin...
7年前 (2019-01-31) 2389浏览 0评论
本主题介绍Microsoft Dynamics 365 for Finance和Operations 10.0版中的新增功能或更改的功能。此版本将于2019年3月发布,内部版本号为10.0.8。 要了解Microsoft Dynamics 365 f...
7年前 (2019-01-30) 1950浏览 0评论
Product: Dynamics 365 for Finance and Operations Purpose: The purpose of this document is to demonstrate how we can send emai...
7年前 (2019-01-25) 2085浏览 0评论
Product: Dynamics 365 for Finance and Operations Purpose: The purpose of this document is to demonstrate how we can create a ...
7年前 (2019-01-25) 1525浏览 0评论
I got an .xpo file from an older version of AX with some code of interest and because it had a few thousand lines, it wasn&rs...
7年前 (2019-01-23) 2240浏览 0评论
The access modifiers in X++ are now much closer to C#'s access modifiers, and behave just the same. Who can access foo() when...
7年前 (2019-01-23) 2038浏览 0评论
即便是 x++ 高级开发顾问,仍有很多人对这4种数据源方法感到迷惑。因此作者撰写了该篇博客,来澄清这4个数据源方法的异同,并演示每种方法常见的应用场景。作者已经按照方法对网格中行记录的的影响进行了排序。 常见错误 通常,开发人员按以下顺序调用上述方法...
7年前 (2019-01-22) 1311浏览 0评论
I’m not sure that everybody is aware that a single event handler method (in Dynamics 365 for Finance and Operations) ca...
7年前 (2019-01-21) 1849浏览 0评论
Hi Folks,A list panel is an interactive control to assign multiple values to a record. It let the user select multiple record...
7年前 (2019-01-17) 2349浏览 0评论
Creating labels in D365 is a step back from AX 2012 because you can't create the label directly from the property or in code....