映射扩展中的InventDim字段 / Mapping InventDim fields in an extension.
William 2年前 (2019-02-04) 666浏览 0评论
There are two table maps each mapping the fields of InventDim to concrete fields on other tables and entities: InventDimField...
William 2年前 (2019-02-04) 666浏览 0评论
There are two table maps each mapping the fields of InventDim to concrete fields on other tables and entities: InventDimField...
William 2年前 (2019-01-23) 799浏览 0评论
The access modifiers in X++ are now much closer to C#’s access modifiers, and behave just the same. Who can access foo(...
William 2年前 (2019-01-14) 616浏览 0评论
Containers only exists in X++ – you’ll not find a similar generic construct elsewhere. They serve many purposes l...
William 2年前 (2018-12-06) 1613浏览 0评论
One of the major problems we faced when we embarked on the extensibility journey, was that X++ select statements are not exte...
William 2年前 (2018-12-05) 854浏览 0评论
Chain of command now supports even more extension scenarios on forms. It is now possible to wrap: Methods on the root of the...
William 2年前 (2018-12-03) 459浏览 0评论
If you ever tried to implement a process on the mobile device used primarily in warehouse, you’ll have come across a cl...
William 2年前 (2018-11-30) 529浏览 0评论
We recently added a new feature in X++, making it easier to make certain SQL-where clauses extensible. Consider this method: ...
William 2年前 (2018-10-16) 592浏览 0评论
We just completed the engineering of version 8.1.1 – including more than 400 new extension points. Read more here: Ne...
William 2年前 (2018-09-15) 617浏览 0评论
My team is on the receiving end of extensibility requests. We are getting many quality requests, that we approve immediately ...
William 2年前 (2018-09-06) 699浏览 0评论
We’ve just published a section on how to create extensible solutions – a must read for all X++ engineers. We hope you e...
William 3年前 (2018-06-11) 550浏览 0评论
New extensibility requests can now be submitted using Lifecycle Services. See the documentation below for details: https://...
William 3年前 (2018-04-13) 741浏览 0评论
随着Dynamics 365 for Finance和Operations 8.0的发布,自定义模型不仅被更改,而且已被替换。自7.0版以来,我们逐渐通过扩展启用越来越多的自定义方案,同时使开发人员避免使用覆盖编辑Microsoft代码。该路线图是约...
William 3年前 (2018-04-09) 1626浏览 0评论
I was recently engaged in a bug where the size of container caused problems. The solution we arrived at was to implement com...
William 3年前 (2018-03-29) 1108浏览 0评论
Disclaimer: I have no idea if the title is true or not. There are no world cups for languages competing against each other fo...
William 3年前 (2017-12-22) 716浏览 0评论
We have just published a small sample app demonstrating how to implement a new product dimension using extension only. It is ...
William 3年前 (2017-12-14) 915浏览 0评论
Dynamics 365 for Finance and Operations, Enterprise edition 7.3 is now general available. This release contains massive exten...
William 3年前 (2017-10-10) 1799浏览 0评论
Chain of command enables wrapping of methods – but you must call next. This ensure the “chain” is not broken, and...
William 3年前 (2017-09-22) 1910浏览 0评论
Requesting add a field or method extension capability to existing table maps Problem statement We have received requests to...
William 3年前 (2017-09-22) 1438浏览 0评论
Disclaimer: This post describes a proposed solution and is subject to change without further notice One of the table maps wh...
William 3年前 (2017-09-22) 1380浏览 0评论
Disclaimer: This post describes a proposed solution and is subject to change without further noticeTwo of the table maps wher...