Enabling extensibility on Pricing
William 8年前 (2017-09-21) 1942浏览 0评论
Disclaimer: This is only a proposed solution and is subject to change without further notice Here is an overview of th...
William 8年前 (2017-09-21) 1942浏览 0评论
Disclaimer: This is only a proposed solution and is subject to change without further notice Here is an overview of th...
William 8年前 (2017-08-31) 2475浏览 0评论
Method signatures are not extensible – and will not be. Extensible parameters would be intrusive – ...
William 8年前 (2017-08-10) 2617浏览 0评论
Background Adding new inventory dimensions is currently impossible without succumbing to overlayering. As you are reading my ...
William 8年前 (2017-07-31) 1607浏览 0评论
We just completed the first wave of an overhaul of the official extensibility documentation. There is a lot of vital informat...
William 8年前 (2017-07-07) 1524浏览 0评论
We recently released the (so far) latest and greatest version of Dynamics 365 for Finance and Operations. This is the first r...
William 8年前 (2017-07-05) 2361浏览 0评论
As you can see on the Dynamics Roadmap a new capability is being introduced in X++; it enables strongly typed extension capab...
William 8年前 (2017-04-12) 2191浏览 0评论
To create a new location directive strategy, follow these steps: Create an enum extension of the WhsLocDirStrategy enum. Add ...
William 8年前 (2017-04-12) 2482浏览 0评论
Custom work types allow you easily to implement simple confirmation steps in any flow. To create new custom work type follow ...
William 8年前 (2017-04-12) 2050浏览 0评论
If you need to change the behavior of existing controls, you can subscribe to these 4 delegates on the WhsRFControlData cl...
William 8年前 (2017-04-12) 3933浏览 0评论
You can now create a new mobile device control as an extension. Here is how: Create a class that extends WhsCon...
William 8年前 (2017-04-12) 1529浏览 0评论
You can now create a new warehouse flow on the mobile device as an extension. To enable this: Create an Enum ex...
msmfp 8年前 (2017-02-01) 3728浏览 0评论
Most event handlers are straight forward. One exception is when subscribing to a table’s onValidated and onValidating e...
msmfp 8年前 (2017-01-31) 1443浏览 0评论
A new and tremendously powerful feature was introduced in the Fall Release ’16. Now you can extend class instances, inc...
msmfp 8年前 (2017-01-31) 1607浏览 0评论
One typical extension point is when extensible logic is delegating the responsibility of a certain operation, and is expectin...
msmfp 8年前 (2017-01-31) 1372浏览 0评论
A new and tremendously powerful feature was introduced in the Fall Release ’16. Now you can extend class instances, inc...
msmfp 8年前 (2017-01-31) 1943浏览 0评论
One typical extension point is when extensible logic is delegating the responsibility of a certain operation, and is expectin...
msmfp 8年前 (2017-01-31) 1711浏览 0评论
Dynamics 365 for Operations has great support for implementing pure add-on solutions. A pure add-on solution is extending the...
msmfp 8年前 (2016-11-24) 1672浏览 0评论
“When building a cannon, make sure the cannon ball comes out in the right direction.” This is a piece of advice I...