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

web 2 lead owner assignment
I've setup my lead object with a trigger that looks at a zip code table and assigns the proper owner for the lead.
This works great when I manually create a lead or load them in with the dataloader. However, when someone submits a lead from our website (web-to-lead), they are all getting assigned to me (not even the default owner).
Is there something I have to turn on to enable my web-to-lead to fire off my Apex trigger? Is there a way that I can debug the web 2 lead process besides the debug email option (I already have that turned on). I'm looking for a way to write out my trigger code to a log and see if it is firing in the web to lead process.
Thanks
Why don't you try a debug log?
Click Setup / Monitoring / Debug Logs.
All Answers
Can you use the System Log to debug?
Hope that helps,
Sati
I'm not really sure. I looked at some of the documentation on that, but it looks like it is more for testing Apex code on-demand rather than outputting the results of a process that is already in production.
Is there a way to configure the system log to read the results of the web 2 lead trigger?
Thanks
Why don't you try a debug log?
Click Setup / Monitoring / Debug Logs.