Hi All,
I add a new parameter method under class SalesInvoiceContract, but once I reboot the AOS Service, the system will retun the expected result.
SysDictClass m_class = new SysDictClass(classNum(SalesInvoiceContract));
int m_methodCount = m_class.objectMethodCnt();
;
info(strFmt("%1", m_methodCount));
It should be 27, but get 26 as the result.
I done the compile, fully generate the CIL file. But once I reboot the service, system will not return the correct result.
Any suggestion?
Why I am doing this, it's because I noticed that system use this method to add those methods under the contract class and build them into a map to let the system know how many paramers there are.
*This post is locked for comments