QuoteFeed
見積レコードに関連する投稿や更新を含むChatter 活動を記録します。
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
見積に関連するフィード項目の一意識別子。 | |
| ParentId | String | True |
Quote.Id |
このフィード項目が関連付けられている見積レコードの識別子。 |
| Type | String | True |
テキスト投稿、リンク、コンテンツ共有など、フィード項目のタイプを指定します。 | |
| CreatedById | String | True |
フィード項目を作成したユーザーの識別子。 | |
| CreatedDate | Datetime | True |
フィード項目が作成された日時。 | |
| IsDeleted | Boolean | True |
フィード項目がシステムから削除されたかどうかを示します。 | |
| LastModifiedDate | Datetime | True |
フィード項目が最後に変更された日時。 | |
| SystemModstamp | Datetime | True |
フィード項目への最新の更新を示すシステム生成タイムスタンプ。 | |
| CommentCount | Int | True |
このフィード項目に関連付けられたコメントの総数。 | |
| LikeCount | Int | True |
フィード項目が受け取ったいいねの総数。 | |
| Title | String | True |
該当する場合、フィード項目のタイトルまたは件名。 | |
| Body | String | True |
フィード項目のメインコンテンツまたはメッセージ本文。 | |
| LinkUrl | String | True |
フィード項目で共有された外部または内部リンクのURL。 | |
| RelatedRecordId | String | True |
フィード項目で参照される関連レコードの識別子。 | |
| ContentData | String | True |
フィード項目に添付されたファイルのエンコードされたバイナリデータ。 | |
| ContentFileName | String | True |
フィード項目に添付されたコンテンツのファイル名。 | |
| ContentDescription | String | True |
フィード項目に含まれるファイルまたはコンテンツの説明。 | |
| ContentType | String | True |
application/pdf やimage/jpeg など、添付ファイルのMIME タイプ。 | |
| ContentSize | Int | True |
添付コンテンツファイルのサイズ(バイト単位)。 | |
| InsertedById | String | True |
フィード項目を挿入したユーザーまたはプロセスの識別子。作成者と異なる場合があります。 |