Loading

SOQL cannot fetch Chatter from FeedPost objects

게시 일자: Mar 16, 2023
상세 설명

Chatter feed information cannot be retrieved from FeedPost object on SOQL. An error occurs when using SOQL. Can FeedPost be queried?

SELECT ParentId, Body, Type FROM FeedPost


---
Error
INVALID_TYPE_FOR_OPERATION: entity type FeedPost does not support queries

솔루션

FeedPost object does not support queries.

FeedPost

* However, this object will be discontinued in the future. Use of FeedItem objects is recommended. This object supports queries, and you can run queries to this object.

FeedItem

 

Knowledge 기사 번호

000384407

 
로드 중
Salesforce Help | Article