You need to sign in to do that
Don't have an account?
Streaming API : Unable to receive notifications with "lastName" field in WHERE clause
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
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
You can debug your push topic in https://workbench.developerforce.com/ after login into workbench Goto->Queries->Streaming Push Topic and then subscribe your push topic check.
It should send notifications for create and delete events also.
Thanks
Shalindra Singh