• sdagistan
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Whenever a new lead is entered, I want to see new tasks being created automatically and assigned to the lead owner. How can I do this in the Professional Edition?

Thanks.

Hi All,

I need some help creating tasks automatically.

My scenario: on each of my contacts, i have many dates (about 5 dates, in different date fields). for each of these, if filled in, I must schedule a task. this task will be scheduled to 30 days before the date occurs.

How do I do this? any 'free' code I could use?

Here's a bigger problem. if one of these dates changes, I would need to go and find the task, and modify the date. I am considering one of several ways doing this:
  1. Keep a field for each date, this is the record ID of the task created, so that I can then change it's date if needed.
  2. Write an code that would find the task using SOQL, and change it's date. in this case it is hard to tell if the task the right one (since I have 5 such dates)
  3. Keep a field on the task record, with some string identifying it as relating to the date field in question.\

Any thoughts on this matter would be much appreciated.

Ben

  • November 10, 2008
  • Like
  • 0