
Hi,
So for extensions, the best practice based on Microsoft is classNamePrefix_Extension
Example: CustTableABC_Extension
What about eventHandlers?
Is it PrefixClassName_EventHandler like ABCCustTable_EventHandler?
Or is it like extensions CustTableABC_EventHandler?
Hi IntegrationBeginner,
You can name it ABCCustTableEventHandler. You can check the standard class ITMUpdateDeliverRemainderEventHandler as an example.