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
dai tran 6dai tran 6 

Why pushtopic not woking?

I create a pushtopic : InvoiceStatementUpdates
URL:
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/test_the_pushtopic_channel.htm
and run test at: https://workbench.developerforce.com/streaming.php

I had insert a record ok, but it not show message at streaming page:
{
  "channel": "/topic/InvoiceStatementUpdates",
  "data": {
    "event": {
      "type": "created",
      "createdDate": "2011-11-14T17:33:45.000+0000"
    },
    "sobject": {
      "Name": "INV-0004",
      "Id": "a00D0000008oLi8IAE",
      "Description__c": "Test invoice statement",
      "Status__c": "Open"
    }
  }
}

Why pushtopic not woking?
 
dai tran 6dai tran 6
Result still display :
14. Subscribed to /topic/InvoiceStatementUpdates
{
  "clientId": "lev132i9k8uu0kih1c4f4jyarm4gh", 
  "channel": "/meta/subscribe", 
  "id": "14", 
  "subscription": "/topic/InvoiceStatementUpdates", 
  "successful": true
}