Hi,
Dynamics AX 2009, I want to add a range to a date field (Field name - EndDate) in Query such that it fetches only those records where that 'EndDate' falls in the current month. I don't think I can do that in the AOT object as such, but should be able to code it in the init() method.
The function MthOfYr(systemdateget()) actually gets me close to what I want. I get the numeric value of the month, but still not clear on how do I actually put it in setting the range. Can someone plz help?
*This post is locked for comments
I have the same question (0)