Extensibility documentation is now available for AX D365 with new X++ feature

Hi,

Extensibility documentation is now available for AX D365 with new X++ feature

https://erpdax.wordpress.com/tag/table-extensions-d365/

https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/extensibility/extensibility-home-page

https://community.dynamics.com/ax/b/newdynamicsax/archive/2017/03/30/announcing-application-extensibility-plans

https://blogs.msdn.microsoft.com/mfp/2017/08/31/extensible-x-method-signatures/

Create a number sequence in a standard module


https://blogs.msdn.microsoft.com/axinthefield/embrace-the-extensions-mindset-with-dynamics-365-for-finance-and-operations/

Modifying the price and discount search, including passing in any additional parameters to the PriceDisc class.


Abstract  Method extension - Hookable attribute as true. 

https://devserra.wordpress.com/2016/05/10/ax7-using-event-handler-on-protected-methods/
https://community.dynamics.com/ax/b/dynamicsaxconcoction/archive/2017/05/17/d3fo-customizing-interaction-classes-using-extensions

  [HookableAttribute(true)]
    private void updateDimension(Common _common, InventSite _inventSite, boolean _callDoUpdate = false)
    {}

Comments

Post a Comment