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

Câu 19: Certified Platform Developer II

A company wants to incorporate a third-party web service to set the Address fields when an Account is inserted, if they have not already been set. What is the optimal way to achieve this?

Nội dung câu hỏi

A company wants to incorporate a third-party web service to set the Address fields when an Account is inserted, if they have not already been set. What is the optimal way to achieve this?

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. Create a Process, call an Apex @future(callout=true) method from it, and make the callout from that Apex method.
  2. B. Create a Process, call an Apex @InvocableMethod from it, and make the callout from that Apex method.
  3. C. Create an after insert trigger, call an Apex @InvocableMethod method from it, and make the callout from that Apex method.
  4. D. Create an after insert trigger, call an @future(callout=true) method from it, and make the callout from that Apex method. — đáp án hiện tại

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ề