映射扩展中的InventDim字段 / Mapping InventDim fields in an extension.
William 6年前 (2019-02-04) 1503浏览 0评论
There are two table maps each mapping the fields of InventDim to concrete fields on other tables and entities: InventDimField...
William 6年前 (2019-02-04) 1503浏览 0评论
There are two table maps each mapping the fields of InventDim to concrete fields on other tables and entities: InventDimField...
William 6年前 (2019-01-23) 1964浏览 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...
William 6年前 (2019-01-14) 1673浏览 0评论
Containers only exists in X++ - you'll not find a similar generic construct elsewhere. They serve many purposes like storage ...
William 6年前 (2018-12-06) 2702浏览 0评论
One of the major problems we faced when we embarked on the extensibility journey, was that X++ select statements are not exte...
William 6年前 (2018-12-05) 1707浏览 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 6年前 (2018-12-03) 1317浏览 0评论
If you ever tried to implement a process on the mobile device used primarily in warehouse, you'll have come across a class na...
William 6年前 (2018-12-01) 1343浏览 0评论
We recently added a new feature in X++, making it easier to make certain SQL-where clauses extensible. Consider this metho...
William 6年前 (2018-10-16) 1273浏览 0评论
We just completed the engineering of version 8.1.1 - including more than 400 new extension points. Read more here: New extens...
William 7年前 (2018-09-15) 1571浏览 0评论
My team is on the receiving end of extensibility requests. We are getting many quality requests, that we approve immediately ...
William 7年前 (2018-09-07) 1374浏览 0评论
We've just published a section on how to create extensible solutions – a must read for all X++ engineers. We hope you enjo...
William 7年前 (2018-06-11) 1193浏览 0评论
New extensibility requests can now be submitted using Lifecycle Services. See the documentation below for det...
William 7年前 (2018-04-13) 1460浏览 0评论
With the release of Dynamics 365 for Finance and Operations 8.0 the customization model has not just been changed, it has bee...
William 7年前 (2018-04-09) 2787浏览 0评论
I was recently engaged in a bug where the size of container caused problems. The solution we arrived at was to implement comp...
William 7年前 (2018-03-29) 1984浏览 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 7年前 (2017-12-22) 1324浏览 0评论
We have just published a small sample app demonstrating how to implement a new product dimension using extension only. It is ...
William 7年前 (2017-12-14) 1688浏览 0评论
Dynamics 365 for Finance and Operations, Enterprise edition 7.3 is now general available. This release contains massive exten...
William 8年前 (2017-10-11) 2646浏览 0评论
Chain of command enables wrapping of methods – but you must call next. This ensure the "chain" is not broken, and every...
William 8年前 (2017-09-22) 3370浏览 0评论
Requesting add a field or method extension capability to existing table maps Problem statement We have received requests to p...
William 8年前 (2017-09-22) 2473浏览 0评论
Disclaimer: This post describes a proposed solution and is subject to change without further notice One of the table maps whe...
William 8年前 (2017-09-22) 3112浏览 0评论
Disclaimer: This post describes a proposed solution and is subject to change without further noticeTwo of the table maps wher...