function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Joe-Ionia Corp.Joe-Ionia Corp. 

Mark a lead as converted thru API without running convert function?

We currently have a custom object that originates as a lead.  I have just finished the S-Control to detect and convert the lead appropriately (this works fine).  After the S-Control creates the custom object and maps the fields from the lead I need to mark the lead as converted.  What field do I update to mark it as converted?
 
Please help
 
 
mtbclimbermtbclimber
The only way for the isconverted flag to be set on an existing lead is to perform a convert lead operation.

Do you have any apex code-specific questions around this issue?

Message Edited by mtbclimber on 10-27-2007 08:47 AM