Layaway expiration reminder

Is there a way to have the system remind you that a certain layway is about to expire? Thanks.

Reply to
Mike
Loading thread data ...

You can run a report in SO Manager, the layaway report that shows you the expiry date. You can run this by date to get the information you need regularly.

Reply to
jennydat

Reply to
Mike

Hi, You can make some scheduled task script and check with osql/sqlcmd result of the following statement to see the current day expirations: select ID from dbo.[Order] where Type=5 and ExpirationOrDueDate between getdate()-1 and getdate()

Koit Lahesoo

Reply to
Koit Lahesoo

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.