Orchestrator Tip #1: Use Everyday API’s To Enhance EnterpriseOne
See three use cases below, and how we used JDE Orchestrator to leverage APIs and enhance E1. The three real-life examples include how to: validate UPS shipping addresses, obtain UPS package rates, automate foreign exchange rate updates.
Questions about the use cases below, or Orchestrator in general? Contact us.
Validating UPS Shipping Addresses
Client Tools Release 9.2.4.3
JDE Orchestrator was used in conjunction with an E1 form to validate and retrieve address information on an E1 Interactive application and update it if necessary. JDE address information is passed through the UPS validator API, as the information is received back, a custom parsing function in the orchestrator is used to apply any necessary updates.
Getting UPS Package Rates
Client Tools Release 9.2.4.3
JDE Orchestrator was used to retrieve UPS rates for ‘package’ shipments. Results were displayed in the P4980 ‘Routing Options’, but also could have been used to update the shipment charges table if you used UPS exclusively for your small parcel. Transportation licenses and setup are required in JDE to have Transportation Rate Definition call a business function that retrieves the rate. JDE was passing Origin and Destination address information, along with weight, package dimensions, mode of transport and quantities.
Daily (or hourly) Foreign Exchange Rate Update
Client Tools Release 9.2.4.1
JDE Orchestrator was used to retrieve the foreign exchange rates from ‘Fixer IO’ and return and update the values in JDE. The orchestration was connected to a schedule to ensure that the foreign exchange rates were staying as current as possible.