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

Câu 125: PL-400: Microsoft Power Platform Developer

You have the following code: You have a contact record that uses the GUID 991bf2fd-d40c-4752-9984-26b7c0455b69. You need to assign the contact record as the primary contact for an account when you create the account. Which two code segments can you use? Each correct answer presents a complete solution.NOTE: Each corre…

Nội dung câu hỏi

You have the following code: You have a contact record that uses the GUID 991bf2fd-d40c-4752-9984-26b7c0455b69. You need to assign the contact record as the primary contact for an account when you create the account. Which two code segments can you use? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.

Minh họa câu hỏi

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. var data = { "name": "Contoso account", "primarycontactid": { "logicalname": "contact", "id": "991bf2fd-d40c-4752-9984-26b7c0455b69" } }, — đáp án hiện tại
  2. B. var data = { "name": "Contoso account", "[email protected]": "/contacts(991bf2fd-d40c-4752-9984-26b7c0455b69)" }, — đáp án hiện tại
  3. C. var data = { "name": "Contoso account", "[email protected]": "/contacts(991bf2fd-d40c-4752-9984-26b7c0455b69)" },
  4. D. var data = { "name": "Contoso account", "primarycontactid": "/contacts(991bf2fd-d40c-4752-9984-26b7c0455b69)" },

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ề