I did a full AOT compile and I got the error "The specified class hierarchy is incorrect". Path is "\Classes\SalesQuotationPostingTxGen\classDeclaration". How should I resolve class hierarchy incorrect error?
thanks
*This post is locked for comments
I have the same question (0)Check the classDeclaration, find out what the class extends, go to that class, does it exist, has it been named correctly, that is no spelling mistakes. If all looks good, check which class that one extends and so forth and so on. Basically, one of the "extends" has changed, the class might have been deleted or renamed.
Hope that helps