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
Juan RomeroJuan Romero 

Converted Leads

Hi there,

As I mentioned before, I am working on a program that moves accounts back to leads.

However, I have come accross a small problem:

The API will not allow me to change the "converted" field on the lead table. I have gotten to the point that I move all the tasks, events, campaigns back to the lead, but I cannot change the lead converted field to 0.

Is there any way to do this?

If not, I guess I will just have to create another lead and delete the one marked as converted.

Thanks.

IspitaIspita
No Lead once coverted cannot be reset, alternative can be to flag such a lead and create a new lead with the legacy lead id stored in the new record for reference and tracking.
Thanks