Search found 1 match
- Wed Oct 11, 2023 6:02 pm
- Forum: CAD Admin (Install, PDM, etc)
- Topic: PDM what do you use for <Private State> nag?
- Replies: 14
- Views: 3407
Re: PDM what do you use for <Private State> nag?
I have a SQL script that runs each day that sends an email to users that have files checked out greater than 3 days. If you use this as shown below you will need to create a new table to log when emails are sent. Mine is listed as reporting.dbo.EmailsDelivered below. /* Email Checked Out Summary Th...