• Daniel PENG 9
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi,

I created a pushtopic in Salesforce with lastName field referenced in the WHERE clause of pushtopic query. My query is:
SELECT id, Company from Lead WHERE lastName='Mark'

Pushtopic got created in Salesforce, but when I subscribed to the pushtopic and started generating events with criteria that exactly matches my pushtopic query, I noticed that I am not receiving any notifications from Salesforce.

Is there any restriction from Salesforce that it does not allow the use of "lastName" field in WHERE clause of pushtopic query?

Thanks
Shalindra Singh