I need it in a query. I attempted to add
Item.timestamp >= DATE_ADD
This was inside the WHERE area.
It doesn't support this function.
How would I go about using DATE_ADD ? I did find in the rule language TIME_ADD wouldn't this work better. Something like:
Item.TimeStamp >= TIME_ADD - 1 Then maybe run query. However since the query is need for the report how would you suggest we work around this.
Do you think in a Process it would work if we did something like
Find Item where Item.Timestamp>= TIME_ADD-1
SEND MESSAGE ' Dear Vendor here is your order' TO Order.Vendor?
However we need a document for their files and info in the email would not be enough to satisfy their requirements.
Thank you for your help.