I just started learning the Acumatica Test SDK by reading the SDK Readme, when I went to the section for creating Extension Classes for Generated Page Wrappers, I got an error at GL102000_GLSetupMaint, the error is attached in the photo below.
Please help me, thank you.
Best answer by AaronB
Hello, yes you are missing the reference to the wrapper file(s). I see you have not generated wrappers yet that are needed to create an extension.
Please use this git project as your testing base project. It has a method and aditional documentation on on how to generate wrappers, create extensions and write tests.
Ensure you follow the readme.md and inline comments.
Hello, yes you are missing the reference to the wrapper file(s). I see you have not generated wrappers yet that are needed to create an extension.
Please use this git project as your testing base project. It has a method and aditional documentation on on how to generate wrappers, create extensions and write tests.
Ensure you follow the readme.md and inline comments.