You need to sign in to do that
Don't have an account?
Admin Administrator 11
How can we update pushtopic query
Hi,
After creating pushtopic, how can I update the query?
ex: I need to add one more field to my query
Any help would be appreciated
After creating pushtopic, how can I update the query?
ex: I need to add one more field to my query
Any help would be appreciated
Go to Developer console -> Debug -> Open Execute Anonymous Window
Then type the below
PushTopic pt = new PushTopic(Id='', Query = 'select id, name from account'); update(pt);
execute the query