Function PdsFormCtrl_SalesEditLines.updateDesign has been incorrectly called error

Hi,

I have upgraded AX 2012 R2 from AX 2012 FP but after upgradation i got a error while confirm SO .

Error: Function PdsFormCtrl_SalesEditLines.updateDesign has been incorrectly called.

Can any body tell me how to resolve this issue?

Thanks in advance!!!

Jitendra Kumar Singh

It seems that you have FPP model installed. I had the same issue and I removed the FPP code from the updateDesign() method and put it back to the FPK code. Once I did that it worked for me and I was able to post a sales order invoice.

It seems that you have the FPP model installed. I had the same issue and I removed the FPP code from the updateDesign() method by comparing the two layers. I removed the FPP lines of code and just got it back to the way the FPK code was. Once I did that it worked for me and I was able to post a sales order invoice.