Skip to content

Instantly share code, notes, and snippets.

@shrutis22
Created November 28, 2017 12:15
Show Gist options
  • Save shrutis22/b780ca90541776d710ef7425cb01b2b5 to your computer and use it in GitHub Desktop.
Save shrutis22/b780ca90541776d710ef7425cb01b2b5 to your computer and use it in GitHub Desktop.
PushTopic pt = new PushTopic();
pt.Name = 'Announcements';
pt.Query = 'SELECT Id, Name, Details__c FROM Announcement__c';
pt.ApiVersion = 41.0;
pt.NotifyForOperationCreate = true;
pt.NotifyForOperationUpdate = true;
pt.NotifyForFields = 'Referenced';
INSERT pt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment