PDII Exam Question 111

A company processes Orders within their Salesforce instance. When an Order's status changes to 'Paid' it must notify the company's order management system (OMS). The OMS exposes SOAP web service endpoints to listen for when to retrieve the data from Salesforce. What is the optimal method to implement this?
  • PDII Exam Question 112

    An Apex trigger creates an Order__c record every time an Opportunity is won by a Sales Rep. Recently the trigger is creating two orders. What is the optimal method for a developer to troubleshoot this?
  • PDII Exam Question 113

    Which method should be used to convert a Date to a String in the current user's locale?
  • PDII Exam Question 114

    A developer wrote an Apex class to make several callouts to an external system.
    If the URLs used in these callouts will change often, which feature should the developer use to minimize changes needed to the Apex class?
  • PDII Exam Question 115

    Which scenario requires a developer to use an Apex callout instead of Outbound Messaging?