この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Newer Version Available

This content describes an older version of this product. View Latest

コメントの投稿

この例では、postCommentToFeedElement(communityId, feedElementId, text) をコールしてフィード要素にプレーンテキストのコメントを投稿します。
1ConnectApi.Comment comment = ConnectApi.ChatterFeeds.postCommentToFeedElement(null, '0D5D0000000KuGh', 'I agree with the proposal.' );