Dear Experts,
Please watch the above image and error in the image and help, waiting for your kind response.
Error is :Error executing code:xRecord object does not have method'mod3GetSalesUnitConvertTxt'
Thanks and Regards,
Shabir Ahmad
*This post is locked for comments
The error should be quite self explanatory. Your customization is trying to call a method which doesn't exist. And the called method is / would be also a customization method, this you can see from the name.
So either you need to add method mod3GetSalesUnitConvertTxt to CustInvoiceTrans table, or remove the if clause that is trying to call such method.
Hi,
Is there mod3GetSalesUnitConvertTxt() method in custinvoiceTrans table ?
Because its looks like you have written
if(custInvoiceTrans.mod3GetSalesUnitConvertTxt())
Check table custinvoiceTrans
Dear Ismail Nadir,
Thanks for your reply
Please watch image of error, if you are not able to watch it tell me
Thanks and Regards,
Shabir Ahmad
can i see the SO and SO line associated to this...
i faced the same problem and i saw that unit code contain special character like ! and ,...
Crispin John Augustine ,
Please watch the above screenshot
Thanks and regards,
Shabir Ahmad
Hi Shabir Ahmad,
mod3GetSalesUnitConvertTxt is not a standard method, so it may be broken or does not exist, try to compile CustInvoiceTrans table and SalesInvoiceDP class, fix errors if any.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156