Yes and No :) It requires a very little bit of work on your part. Let's say I want to setup a behavior that locates events 2 days before they're set to expire and then send an email notification to the owner. The first thing I'd do is create a custom CFM template. It would query the dmEvent table and filter the results by "expiryDate". From the result set I would send email to users who created the events. Simple huh!
Now to plug this behavior into Farcry I would save the template to "[My App Name]\system\dmCron". Next I would go to my Farcry Administrator and click on the "Admin" tab and then click on "Scheduled Tasks" and schedule my custom template to run daily. You see, by saving my custom template under "dmCron" I effectively made it available to be scheduled. That's basically it. Hope this help. ~tom >-----Original Message----- >From: Ben DiMolfetta [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 03, 2003 1:37 PM >To: FarCry Developers >Subject: [farcry-dev] Expiry Date > > >when you set an expiration date on content, can FarCry out of >the box send an e-mail notification that the date is approaching? > >--- >You are currently subscribed to farcry-dev as: >[EMAIL PROTECTED] To unsubscribe send a blank email to >[EMAIL PROTECTED] > >MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
