I had a posting problem when I tried to post a Sales Return Order, while I was testing an upgrade from 2013 to 2017, if SalesSetup."Return Receipt on Credit Memo" is false:
after some investigation, I found that the following code discrepancy between the versions is causing the problem, the highlighted
IF condition is not producing the same result. Has anyone seen it before? Is it a known bug?
Thanks
Fazle
Answers
Checking of Document type has been (rightly) encapsulated in a function called IsCreditDocType(), defined on table 36.
Keep searching
Slawek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Carsten
==> How To Ask Questions The Smart Way
This post is my own opinion and does not necessarily reflect the opinion or view of my employer.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Thanks for explaning the function IsCreditDocType()