Exit INTEGRATION-ARCHITECT Salesforce Certified Platform Integration Architect (Plat-Arch-204)
Question 4 of 5
0% complete
Q4 Single choice

Northern Trail Outfitters needs to send order and line items directly to an existing finance application webservice when an order is fulfilled. It is critical that each order reach the finance application exactly once for accurate invoicing.

Which solution should an architect propose?

  • A

    Button press invokes synchronous callout, with user handling retries in case of error

  • B

    Trigger invokes Queueable Apex method, with custom error handling process

  • C

    Trigger makes @future Apex method, with custom error handling process