Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

The Table.Field does not have a corresponding parm-method on the AxBC-class

$
0
0
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)

Viewing all articles
Browse latest Browse all 17314

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>