SteveGriff Posted January 28, 2002 Posted January 28, 2002 Hi. We've created a database containing customer contacts and notes about those contacts such as when last contacted and when to next contact. Anyone know of where I can find some plug-in which alerts the user on a specified date to call their customer back? I've found many calender pop up plug-ins but none of these seem to have a call management feature. Yours hopefully, SG.
danjacoby Posted January 28, 2002 Posted January 28, 2002 Create a "CallBack" field that determines when it's time, then run an Open script that looks up who needs calling. Plug-ins? We don't need no stinkin' plug-ins!
Philland Posted January 28, 2002 Posted January 28, 2002 How about doing this with a calculation? Create a "last called" field which will have the date of the last contact with the client, then create a calculation field that will be an If/Then statement along the lines of If "last called" plus "30" is equal to or less than "current date", "Call Client" otherwise "". This should automatically display the alert to call 30 days after last contact.
Recommended Posts
This topic is 8335 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