Hi all,
I don't know why I am struggling with this but I want to get all sales orders for today through x++ code.
So I want something like this:
while select salesTable where salesTable.createdDateTime == today()
does not work, I've tried UTCDateTime functions as well but I can't seem to get it.
while select salesTable where salesTable.createdDateTime == DateTimeUtil::date(DateTimeUtil::utcNow())
I don't care about the time, I simply want to loop through all records that were created today() or systemDateGet()
Thanks in advance!
*This post is locked for comments
I have the same question (0)