Skip to content

EventUuid is not available in the platform event data received in LWC using emp-api #3488

Open
@murugem4

Description

@murugem4

Description

As per Identify and Match Event Messages with the EventUuid Field when subscribing to a platform event, the subscriber should be able to see the EventUuid. but it is not available on the lwc emp-api

Steps to Reproduce

Expected Results

{
  "schema": "UIovjRagY-xEDIJ1Ehzafg",
  "payload": {
    "CreatedDate": "2021-03-04T18:31:40.517Z",
    "CreatedById": "005RM00000231cZYAQ",
    "Order_Number__c": "17",
    "Has_Shipped__c": false
  },
  "event": {
     "EventUuid": "e981b488-81f3-4fcc-bd6f-f7033c9d7ac3",
     "replayId": 617
  }
}

Actual Results

{
  "schema": "UIovjRagY-xEDIJ1Ehzafg",
  "payload": {
    "CreatedDate": "2021-03-04T18:31:40.517Z",
    "CreatedById": "005RM00000231cZYAQ",
    "Order_Number__c": "17",
    "Has_Shipped__c": false
  },
  "event": {
     "replayId": 617
  }
}

Browsers Affected

Version

  • apiVersion 57.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    External: Other SalesforceCategorizes issue or PR as related to Salesforce related features.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions