If you add new field in a table and getting "The Table.Field does not have a corresponding parm-method on the AxBC-class" error message, you can run following Job to fix this issue. This job will add corresponding parm-method for newly added field in a table. static void CreateAxBCParmMethodJob(Args _args) { axGenerateAxBCClass axGenerateAxBCClass; axGenerateAxBCClass = AxGenerateAxBCClass::newTableId( tablenum (CustTable)); axGenerateAxBCClass.run(); } Happy DAXing !!!!...(read more)
↧