Universal containers uses a legacy system to receive and handle Level 1 service requests, and Salesforce service Cloud for Level2 requests and above, Cases will be pushed from the legacy system to Service Cloud by a nightly batch process. Once the cases are closed in SF, the case needs to be updated in the legacy system as soon as possible.
How should the Technical Architect recommend that case status be updated in the legacy system?
A . Use Apex callout to send case status from Salesforce to the legacy system.
B . use Outbound messages to send status updates from Salesforce to the legacy system.
C . Use a middleware tool to pull case status from Salesforce and push to the legacy system at regular intervals.
D . Write an Apex web service returning case status, to be called from the legacy system.
Answer: B