Creating your own query functions

Query functions are used in user queries. One of the issues they can solve is when submitting batch routines, where a query range would be based on the current date.

One such function is currentDate(). This is used in a query range as (currentDate()). The system sees the round brackets and knows to look for a query function. Whenever the query is executed, the system will use the current system date.

In prior editions of AX, we would add public static methods to the SysQueryRangeUtil class. This would mean an over-layer and, consequently, Microsoft has provided a way to add new query functions without over-layering.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.189.171.86