Retrieving EFF information via SalesOrderForOrderHub of a SalesOrder created in Oracle Cloud
Summary:
As part of sales order creation customer is using deprecated soap-call to collect existing SalesOrder-details in case of update call.
Currently using ERP Cloud Adapter to collect existing SalesOrder-Details from Oracle Fusion CLoud using OIC.
As existing details are required, when doing updates to the EFF have to provide EFF-id.
Currently using soap-call (and not the restAPI) because the soap-call does retrieve all details in 1 single call.
The rest-call cannot expand down to the EFF level in 1 call. Several calls has to be made to collect all EFF details.
But in the mean time the soap-service got deprecated and will stop working some time in the future.
0