App Builder がデータを Salesforce にロードしています。新しいレコードをレガシー システムにリンクするために、項目を使用してアカウント オブジェクトのレガシー ID を追跡します。将来のデータ読み込みでは、この ID がレコードのアップサート時に使用されます。どのフィールド属性を選択する必要がありますか? 2つの答えを選択してください
正解:A,C
The field attribute that should be selected are Unique and External ID. Unique means that the field will not allow duplicate values. External ID means that the field can be used as a foreign key for data imports and upserts. Option B is incorrect because Required means that the field must have a value and cannot be left blank, which is not necessary for this requirement. Option D is incorrect because Text (encrypted) means that the field will store sensitive data in an encrypted format, which is not necessary for this requirement.