Newbies Macmaster Posted March 11, 2008 Newbies Posted March 11, 2008 Hello, I am working on a little project and have come to a road block. I would like to automate a procedure to backup our asset database to a pdf and email to our first class server. The script would run every friday at say 11pm and perform a find. The find would get the current date and subtract 5 days; find anything modified, by date, in the last 5 days. Is this possible? Thanks!
Mikhail Edoshin Posted March 11, 2008 Posted March 11, 2008 Yes. The script should look like that: Enter Find Mode[] Set Field[ Modified On, ( Get( CurrentDate ) - 4 ) & ".." & Get( CurrentDate ) Perform Find[]
Recommended Posts
This topic is 6100 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now