You need to sign in to do that
Don't have an account?

need a help on tigger to delete a lead
hi
i'm new to tiggers. so i'm not able to delete a lead
and pls explain the tigger context
thanks
baba
You need to sign in to do that
Don't have an account?
hi
i'm new to tiggers. so i'm not able to delete a lead
and pls explain the tigger context
thanks
baba
Okay, well you havent given us enough information. Have you done any programming before ? If you have done any C# or Java, then Learning apex triggers will be easy
Lots of documentation, here http://www.salesforce.com/us/developer/docs/apexcode/index.htm
Have you done Apex development before but you havent done triggers ? if so then check out the above link, and go to the chapter labeled "Invoking Apex", theres a whole section on Triggers.
http://wiki.developerforce.com/index.php/Members:Forcedotcom_library
Try downloading the force.com library. It helped me a lot when I started using apex triggers.
Specifically, the Force.com Developers guide. The PDF in the library goes a lot more in depth than the link I gave you earlier, and covers just about every topic in using apex code in combination with salesforce.