Hi all,
I have a view (HistoryView) in my AOT based on the query object (HistoryQuery) and I'd like to select records that have dateFrom <= SystemDateGet()
How can I do this?
I can't add just a simple range to a query using a SystemDateGet() function as a Value. Maybe current session date is stored in a table somewhere so I can just join it?
Thanks!
*This post is locked for comments
I have the same question (0)