- FeedComment Trigger のテストクラス
- ApexからChatterに投稿する
- FIELD_INTEGRITY_EXCEPTION: The record does not exist in specified network.: Entity ID.
- chatter いいねのついた投稿を抽出する
- chatter いいねのついた投稿を抽出する2
- 特定ユーザのChatter投稿を全て確認可能な方法はございますでしょうか。
- ファイルの詳細表示画面で投稿元の情報を表示する
- SOQLの結果をCSVファイルとして保存するApexバッチ
- Salesforce Backup & Restore
Error : Field is not writeable: FeedItem.Body
Well, the issue was "Allow users to edit posts and comments" was not enabled under Chatter Settings. It is working now.
https://salesforce.stackexchange.com/questions/248419/update-feeditem-body
コメントを検索したい?
以下のSQLでFeedCommentsのList変数として格納できると思います。
select Id,title, Body,ParentId, createddate, createdbyid, (select Id from FeedComments) from FeedItem ORDER BY CreatedDate DESC