Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Update supplier error using ERP Adapter

edited Nov 7, 2024 7:10AM in SCM Integrations 1 comment

Summary:

Hello,

I am getting error as below while updating supplier through ERP adapter Update Supplier Service.

"Received a SOAPFault while invoking https://eiwv.fa.us6.oraclecloud.com:443/fscmService/SupplierServiceV2 due to "<Supplier WebServiceOperation="updateSupplier" Supplier="JV LLC" SupplierNumber="101940" SupplierId="">
<Rejection SupplierId="" SupplierName="JV LLC" SupplierNumber="101940">The values provided don't resolve to a valid entity: Supplier.</Rejection>
</Supplier>"

We are updating Tin Check status in the supplier flexfields. below is the payload used to update.

  <types:supplierRow>
    <tns:Supplier>JV LLC</tns:Supplier>
    <tns:SupplierNumber>101940</tns:SupplierNumber>
    <tns:SupplierFlexField>
      <ns45:tincheckRescanRequested>N</ns45:tincheckRescanRequested>
      <ns45:tincheckStatus>7 - IRS Match found. TIN and Name combination matches IRS EIN records</ns45:tincheckStatus>
      <ns45:tincheckLastChecked>2024-10-30Z</ns45:tincheckLastChecked>
      <ns45:tincheckDeathMasterResults>0 - No Death Master File Match Found</ns45:tincheckDeathMasterResults>
      <ns45:tincheckEinResults>1 - EIN Possible Match found</ns45:tincheckEinResults>
    </tns:SupplierFlexField>
  </types:supplierRow>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!