flush
|
Clears an entire table cache. Here is the syntax for the flush statement:
YourTable ytBuffer; flush ytBuffer; |
Subscribe to:
Post Comments (Atom)
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 ...

-
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 ...
-
Hi All, There is a method named orig() in AX which refers to the last saved state of the current table buffer. The SalesTable form...
-
Question: How to get values of base enums using code in x++ static void getEnumValues(Args _args) { EnumId enumId; DictEnum...
No comments:
Post a Comment