Hi All
I am facing an issue when developing a new function for client.
In D365, there are two classes "EInvoiceJourBaseMap_MX" and "CustInvoiceJourEInvoiceJourMap_MX" (CustInvoiceJourEInvoiceJourMap_MX extends EInvoiceJourBaseMap_MX).
So I follow standard way to add a method to Extension of EInvoiceJourBaseMap_MX like below
And also add real logic to Extension of CustInvoiceJourEInvoiceJourMap_MX like below.
However, when I run the code, it never goes to real logic under CustInvoiceJourEInvoiceJourMap_MX. Please advise.
Thank you!