I am attempting to create a job queue entry scheduled to run every day.
For Parameter String, I use this following code to filter out Posted Sales Invoices for a specific Customer No.(C31661) that has the Date Sent to Today.
Document Type=Posted Sales Invoice AND Customer No.=C31661 AND Date Sent=Today
When I attempted to run a test of this job queue entry in the foreground, I receive the error message:
Here is my current configuration of the Job Queue Entry.
Is there a different parameter string format that I need to enter to achieve the effect that I am looking for?
Your help is much appreciated.