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
Roshni RahulRoshni Rahul 

Event not generated while changing picklist field using streaming API

Hi Team,
Every time when I make changes to the fields that are text fields,and as I'm suscribed to a push topic it is generating event. But while I am changing picklist field of an object for eg. StageName which is a picklist field of opportunity object, then it is not generating event. Why is it not generating event, Please do help me.

 
Darley Stephen PMDarley Stephen PM
1. Check your query - for example,  SELECT Id, StageName FROM Opportunity 
2. Check NotifyForOperation (Create, Update, Delete) 

are you testing your subscription via workbench or EMP? it should be fairly straightforward. Please provide more information on the actual topic's code to provide answers