In AX 2009 there is utility through whihc we can provide arguments/ placeholders for field values in Select query whicle processing reports or filtering data in an inquiry form. There are following functions for use in AX2009 in Select query as an argument for field values.. e.g. to use the current employee’s ID as an argument use the following in the “Employee” field in Select query filter. In the following screenshot we are trying to fetch the Project Journals posted by the employee ID attached the current user so that user can see their own journals only. class SysQueryRangeUtil Run On :Called Methods Method Description cancelTimeOut Cancels a previous method call to the Object::setTimeOut Method. (Inherited from Object.) equal Determines whether the specified object is equal to the current one. (Inherited from Object.) getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from ...