Monday, February 26, 2018

Flush Statement in ax2012

flush
Clears an entire table cache. Here is the syntax for the flush statement:

 YourTable ytBuffer;
 flush ytBuffer;

No comments:

Post a Comment

D365 Extensions: Extend the validateField Method on a Table

In this post I will going to show you, how to extend the validateField method on a table. As example I used the SalesLine, where I will ...