Salesforce のごみ箱内のレコードは一定期間保持され、その後物理削除待ちレコードになります。ごみ箱内のレコードは API や SOQL (エスオーキューエル)で参照可能ですが、編集はできません。物理削除待ちレコードは不定期に自動削除されます。
| ごみ箱内レコード | 物理削除待ちレコード | |
|---|---|---|
| 画面からの参照/編集 | × | × |
| URLの直接入力による参照 | × | × |
| APIによる参照 | ○※1 | ○※1 |
| APIによる編集 | × | × |
| Apex内のSOQLによる参照 | ○※2 | ○※2 |
| Apex内のDMLによる編集 | × | × |
| 復元 | ○ | × |
| パフォーマンスへの影響 | ○※3 | ○※3 |
※1 query() では取得できないため、queryAll() をコールする必要があります。
※2 SOQL の末尾に ALL ROWS を付与する必要があります。
※3 ごみ箱内レコードおよび物理削除待ちレコードが大量に存在するとカスタムリストビューやレポート、SOQLの実行時間に影響を及ぼします。
ごみ箱内のレコードと物理削除待ちのレコードを見分ける方法は下記の通りです。
Salesforce Classic:画面上のサイドバーメニューにあるごみ箱からごみ箱ページを開き、画面上から参照できるかどうかを確認
Lightning Experience:画面左上のアプリケーションランチャーからごみ箱を見つけて開き、画面上から参照できるかどうかを確認
物理削除待ちレコードとなったレコードは、不定期で実行されている物理削除待ちレコードの削除プロセスにより、自動的にディスクから削除されます。
000386222

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.