hi guys,
i created display method extension on tax table to retrieve the main account and the account name on posted sales tax form
on my local machine every thing is OK and there is no error but when i uploaded the package on production i face this error
Try to reproduce it in UAT/Release environment where your deployed your production package for testing . You shouldn't be getting this error if it has gone through build.
Most likely you haven't deployed all the code.
Does it work in test environment? You must always verify your changes in test before deploying to prod.
Another very important thing: always use your prefix when naming extensions. Otherwise you can run into conflicts with future Microsoft updates. So instead of TaxTrans_Extension your class name should be ABCTaxTrans_Extension or TaxTransABC_Extension, where ABC is your prefix.
André Arnaud de Cal...
291,969
Super User 2025 Season 1
Martin Dráb
230,842
Most Valuable Professional
nmaenpaa
101,156