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
Ming Liu 9Ming Liu 9 

Change data capture always takes Status field when doing lead conversion

For an updated record, the body includes only the changed fields.
It's what I got from cdc_event_fields_body (https://developer.salesforce.com/docs/atlas.en-us.change_data_capture.meta/change_data_capture/cdc_event_fields_body.htm)

But when I do some lead conversion, the Status field is always in the fields body.

I think it may be a bug?
AbhishekAbhishek (Salesforce Developers) 
https://www.infallibletechie.com/2018/10/what-happens-when-lead-is-converted-in.html

Go through the above blog for further clarification.

If you still state it's a bug, please log a case with case support to get official confirmation.


I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.
Ming Liu 9Ming Liu 9
@Abhishek
I checked the lead status not changed when I do conversion. But it appears in the change event fields.