X++ in AX7: Client/Server keywords
Views (347)
|
In AX7 all X++ code is running on the server tier. No exceptions. The compiler is ignoring client and server keywords.
When you come across any of these just delete them without a second thought:
Similarly, if you stumble into any code that was taking the journey to the opposite tier to do some "magic" and then pack down the results in a container – consider refactoring the code. The journey is not happening anymore, and it is pure overhead. Typically such methods are static methods named xxx_OnServer() or xxxClient().
THIS POST APPLIES TO MICROSOFT DYNAMICS AX7 PREVIEW; IS PROVIDED AS-IS AND CONFERS NO RIGHTS. |
|

Like
Report
*This post is locked for comments