function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Is there a way to use a Workflow Rule and/or Field Update to convert a Lead? Or must a user click the Convert button no matter what?
Thank you!
You can't directly convert using a workflow rule, but you could have a workflow rule trigger a Lead trigger, which could convert the lead.
Check out the Apex dev guide for details on how to convert leads using Apex:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dml_convertLead.htm
You can't directly convert using a workflow rule, but you could have a workflow rule trigger a Lead trigger, which could convert the lead.
Check out the Apex dev guide for details on how to convert leads using Apex:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dml_convertLead.htm
All Answers
You can't directly convert using a workflow rule, but you could have a workflow rule trigger a Lead trigger, which could convert the lead.
Check out the Apex dev guide for details on how to convert leads using Apex:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dml_convertLead.htm