Hi,
I am testing collection letters in Dynamics AX 4. When I want to post a collection letter I get the the error:
Method Tax.clearTaxAdjustments_W must be overridden.
The class has code in sys, syp, gls and glp. The error is called from code in the glp layer. Also the method clearTaxAdjustments_W is created in the glp layer.
The method contains:
void clearTaxAdjustments_W()
{
;
throw error(Error::missingOverload(funcname()));
}
I simply tried to comment away the throw error line. After that posting seems fine, but does anybody have knowledge of this function call. What should it be overridden with? Is it an error in the GLP layer?
I tried downloading the most recent glp layer but neither the metod or the calling method has been changed.
any input?
*This post is locked for comments
I have the same question (0)