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
cmlcml 

Regarding Out of the box lead conversion logic

Currently we have our own lead conversion logic because of that we are not able to stamp some of the fields which get stamped with out of the box lead conversion logic for ex: IsConverted, ConvertedAccountId, ConvertedContactId, ConvertedDate, ConvertedOpportunityId are the standard OOTB fields and getting stamped with OOTB lead conversion logic but we are not able to stamp those fields in our custom lead conversion logic.
Is there any way to stamp those fields in our custom lead conversion logic?

sfdcfoxsfdcfox

Fields like "IsConverted" are read-only at the system (source-code) level. You won't be able to modify the behavior of these fields.