Announcements
Hi,
We have a requirement to add range to a AOT query to filter the VendInvoiceJour records that has the posting date lesser than 10 days from the current date.
Could anyone provide details on how the range can be added in this case.
Thanks!
Hi Suren,
(GreaterThanDate(-10)) is exactly same as (LessThanDate(10)).
You can check both.
Hi Vijay,
Thanks for your response. (GreaterThanDate(-10)) range value works. But we're facing one other issue which is different. Will create a separate thread for that.
It seems you want to modify a form view for the end user. You can try to achieve this by changing the form view on the front end and saving it. If I understand this correctly, you can avoid customization here.
Hi Suren,
below is also another approach, you can try and let us know.
(LessThanDate(7))
Hi Suren G,
Try like "(today() - 7)" on the range value. I never done like this, and I am not sure it will work.
But give it a try.
Thanks,
Girish S.
André Arnaud de Cal...
293,289
Super User 2025 Season 1
Martin Dráb
232,064
Most Valuable Professional
nmaenpaa
101,156
Moderator