Salesforce Fact #902 | Setting record owner during lead conversion
If a Lead is owned by a Queue, then during lead conversion we need to set the ownerId to any user who will be the owner of the converted account and contact record.
So while converting lead from apex code we need to set the owner id else the below error is encountered:
System.DmlException: ConvertLead failed. First exception on row 0; first error: REQUIRED_FIELD_MISSING, Converted objects can only be owned by users. If the lead is not owned by a user, you must specify a user for the Owner field.: [OwnerId]
Comments
Post a Comment