• Ming Liu 9
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
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?
Hi guys,

I followed Emp API (https://developer.salesforce.com/docs/component-library/bundle/lightning-emp-api/documentation), and it works in lightning experence.
But it doesn't work when I embedded it in a vf page.

I have used <apex:includeLightning />, and debuged into subscribe function. No error, and nothing happens.
Hi guys,

I followed Emp API (https://developer.salesforce.com/docs/component-library/bundle/lightning-emp-api/documentation), and it works in lightning experence.
But it doesn't work when I embedded it in a vf page.

I have used <apex:includeLightning />, and debuged into subscribe function. No error, and nothing happens.
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?