这里的解决办法是
Compile forward the class itself
Compile forward the base class - AxInternalBase
Generate incremental CIL
Done
参考:http://findax.blogspot.co...
发现Dynamics AX 2012里Session Type机制并没有变化,转载过来收藏
=============================================
In this blog post I will provide details on the management...
Dynamics AX Caching
Cache Location
Caches are used on both the client and the server. The Microsoft Dynamics AX runtime manages the cache by removing...
在Query的DataSource中添加一个表后,就出现提示
The dynamic property of the field list of query data source 'MyTable' has not
been set.
解决办法:
添加DataSource后重新编译一下Query...
运行代码提示
Error executing code: The field with id 0 does not exist in table
根据The field with ID '0' does not exist in table - Cause and resolution.中的提示是M...