Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. post = new FeedItem(
  2. Title = 'Test - Post Title',
  3. Body = 'Feed body',
  4. ParentId = '0F96C000000GzeoSAC', <---- Community Group ID needs
  5. to be dynamically filled
  6. NetworkScope = '0DB1U000000Cc9ZWAS' <---- Community ID needs
  7. to be dynamically filled
  8. );
  9. feedItems.add(post);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement