PushTopic and Generic Events in Salesforce Streaming API

Поділитися
Вставка
  • Опубліковано 17 жов 2024

КОМЕНТАРІ • 8

  • @davishandler4503
    @davishandler4503 Рік тому +1

    Great session, but audio is not great.

  • @nitinsen2939
    @nitinsen2939 Рік тому

    i have marked 'NotifyForOperationCreate=true' but its not working for insert please let me know is there any configuration which i need to do

  • @pradeepkumar-bo6qd
    @pradeepkumar-bo6qd 2 місяці тому

    where we can see push topics under vscode for deploymnet

  • @SahilKhan-mx1rp
    @SahilKhan-mx1rp 3 роки тому +2

    Nice Session. Very informative. Thank you for sharing. Please if you can share a video on Subscribe and unsubscribe ways only.

  • @varunkumar5814
    @varunkumar5814 2 роки тому

    A quick question !! Can we push notifications from Salesforce server to a server outside of Salesforce through push topic?

    • @SalesforceCodex
      @SalesforceCodex  2 роки тому

      Yes Varun, Checkout this documentation trailhead.salesforce.com/en/content/learn/modules/api_basics/api_basics_streaming

  • @SahilKhan-mx1rp
    @SahilKhan-mx1rp 3 роки тому

    One quick question: Reference (default) and 'Select' looks the same for notification as it deals with any selected field? What is the difference between these two, please if you can explain?

    • @SalesforceCodex
      @SalesforceCodex  3 роки тому

      Hello Sahil, If NotifyForFields is set to
      Referenced, Streaming API will use fields in both the SELECT clause and the WHERE clause to generate a notification. In the case of select , only fields in select list will be used for notification.