ある企業には現在、外部の注文管理システム (OMS) から Salesforce に注文を手動でアップロードするプロセスがあります。 ID を取得するにはアカウントを Salesforce からエクスポートする必要があるため、これは労働集約的なプロセスです。注文を対応するアカウントに関連付けるには、アップロード ファイルを正しいアカウント ID で更新する必要があります。 このプロセスをより効率的にするための 2 つの推奨事項はどれですか? 2 つの答えを選択してください
正解:A,D
Setting unique fields on related objects as External IDs allows for the creation of relationships during imports without needing Salesforce IDs. The upsert operation in Data Loader can then use these External IDs to relate records, which streamlines the process and avoids the need to export Salesforce IDs manually. References: Data Loader Guide