Contact、Contract、Opportunity など、カスタムオブジェクトまたは標準オブジェクトに関連付けられたテキストであるメモを表します。
サポートされているコール
create()、delete()、describeSObjects()、getDeleted()、getUpdated()、query()、retrieve()、search()、undelete()、update()、upsert()
項目
| Body |
- 型
- textarea
- プロパティ
- Create、Nillable、Update
- 説明
- メモの本文。最大 32 KB です。
|
| IsDeleted |
- 型
- boolean
- プロパティ
- Defaulted on create、Filter
- 説明
- オブジェクトがごみ箱に移動したか (true)、否か (false) を示します。表示ラベルは Deleted です。
|
| IsPrivate |
- 型
- boolean
- プロパティ
- Create、Defaulted on create、Filter、Group、Sort、Update
- 説明
- true の場合、メモの所有者、または「すべてのデータの編集」権限を持つユーザだけが API を使用して、メモまたはクエリを参照できます。「すべてのデータの編集」権限を持たないユーザが、自分が所有者でないメモでこの項目を true に設定しても、そのメモをクエリ、削除、更新することはできません。表示ラベルは [非公開] です。
|
| OwnerId |
- 型
- reference
- プロパティ
- Create、Defaulted on create、Filter、Group、Sort、Update
- 説明
- メモを所有するユーザの ID。
|
| ParentId |
- 型
- reference
- プロパティ
- Create、Filter、Group、Sort
- 説明
- 必須。メモと関連付けられたオブジェクトの ID。
|
| Title |
- 型
- string
- プロパティ
- Create、Filter、Group、Sort、Update
- 説明
- メモのタイトル。
|
使用方法
このオブジェクトを使用して、オブジェクトのメモを管理します。