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
VikasVikas 

sometimes isconverted = true , or sometimes isconverted = false.

Hi All,

I am inserting a Lead to Salesforce, it is behaving strangely -

sometimes isconverted = true , or sometimes isconverted = false.

I am mentioning explicitly isconverted=false, shall I insert isconverted = 0?

I do not understand, why this is happening? has this happened with anyone before? If yes, please suggest how to correct this?

Thanks,

benjasikbenjasik
IsConverted should only be true if the lead has been converted. You can only insert a lead where isConverted = false. I don't beleive that field is settable.

Are you doing bulk inserts? Can you provide more details?
VikasVikas

Hi,

This is not a bulk insert, we are inserting through a web from (some tweaking required hence not using web-to-lead).

It is strange that approximately once out of 50 forms the lead is converted. Have you ever encountered something like this ?

Please reply.

Thanks,

benjasikbenjasik
I've never heard of this. Maybe someone is manually converting the lead?