CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 126: Salesforce Certified Platform Developer I

A developer needs to save a List of existing Account records named myAccounts to the database, but the records do not contain Salesforce Id values. Only the value of a custom text field configured as an External ID with an API name of Foreign_Key__c is known. Which two statements enable the developer to save the recor…

Nội dung câu hỏi

A developer needs to save a List of existing Account records named myAccounts to the database, but the records do not contain Salesforce Id values. Only the value of a custom text field configured as an External ID with an API name of Foreign_Key__c is known. Which two statements enable the developer to save the records to the database without an Id? (Choose two.)

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Upsert myAccounts Foreign_Key__c; — đáp án hiện tại
  2. B. Upsert myAccounts(Foreign_Key__c);
  3. C. Database.upsert (myAccounts, Foreign_Key__c); — đáp án hiện tại
  4. D. Database.upsert(myAccounts).Foreign_Key__c;

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề