You need to sign in to do that
Don't have an account?

Lead Convert - existing or new account check
When a lead is converted, is it possible to find out, in an Apex trigger, whether the ConvertedAccountId is referecing to an existing Account or an Account created as a result of the conversion? Or in another word, can I find out whether a user selected an existing account or created a new account as part of the lead conversion process?
Use Lead->Before Update Trigger and Check IsConverted Flag is Changed then Find the Related Account ID and determine