Guest User

Untitled

a guest
Jul 15th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. PushTopic pushTopic = new PushTopic();
  2. pushTopic.Name = 'ApplicationSubmission';
  3. pushTopic.Query = 'SELECT Id, Name, Phone FROM Account WHERE AccountId='custAcntId'';
  4. pushTopic.ApiVersion = 43.0;
  5. insert pushTopic;
Add Comment
Please, Sign In to add comment