Pages
Home
About Me
For Contact
October 17, 2018
Lightning Notifications using Apex
Sample Code:
FeedItem post =
new
FeedItem();
post.Body =
'Enter post text here'
;
post.ParentId =
'005U0000000gviFIAQ'
;
//Id of the user record
insert post;
Output:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment