Search found 2 matches

by MST3K
Thu Jan 23, 2025 1:07 pm
Forum: CAD Admin (Install, PDM, etc)
Topic: PDM, Is there a better place to Destroy the Deleted files? Sort by file type?
Replies: 14
Views: 3713

Re: PDM, Is there a better place to Destroy the Deleted files? Sort by file type?

The report generator can help you out as well. Here's a report that lists all deleted files, sorted by file extension. @[ListDeleted] §Name [All deleted files sorted by file type] §Company [CADForum] §Description [This query will list all deleted files, sorted by file extension.] §Version [1.1] §Ar...
by MST3K
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: 5290

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...