Advanced Installation TopicsAX 2012 Event Subscriptions

AX 2012 Event Subscriptions

Sana Commerce 8.3
Your provider

Events Handler

Applies to Sana Commerce 8.3 SP1 with Microsoft Dynamics AX 2012.

To minimize code conflicts and simplify code upgrades from earlier version to the newer one, Sana Commerce solution uses event subscriptions.

The Sana Commerce solution contains the 'SC_EventsHandler' class which is an event handler for Sana Commerce event subscriptions:


The 'SC_EventsHandler' Class

If you open, for example the 'initFromSalesQuotationTable_Sales' method you will see that this is an event subscription for the 'SalesTable' table, the 'initFromSalesQuotationTable' method:


The 'initFromSalesQuotationTable_Sales' Method

The complete list of event subscriptions used by Sana Commerce solution can be viewed under the 'SC_EventsHandler' class.

Advanced Installation TopicsAX 2012 Event Subscriptions