• MitchelSellers
  • NEWBIE
  • 0 Points
  • Member since 2010

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

I'm looking to have a trigger that when a lead is created, from a specific web-to-lead form that it will automatically create an activity.  But I'm not sure how to get started and can't seem to find any documentation on how I would do that.

 

I know how to create the trigger on the Leads, and have this for the stub.

 

trigger CreateActivity on Lead (after insert) {

}