Skip to main content
1-Visitor
March 23, 2017
Question

How to fetch the Sourcing Organization of a Manufacturer part in Java.

  • March 23, 2017
  • 1 reply
  • 1159 views

I want to fetch the Manufacturer /Vendor Organization for a Manufacturer part. I am able to get the Manf./Vendor part. I want to fetch the Contact details of the Supplier, for which I will need to fetch the supplier organization. Need Help. Thanks.

qu.JPG

qu2.JPG

1 reply

16-Pearl
March 24, 2017

Hi Anjali Sharma,

I remember I had queried Supplier Organization from Supplier Part. But first thing first, there is no supported API for do this.

Though I am sharing API for your reference, but it is strongly recommended NOT TO USE unsupported API.


SupplierIfc sup = SupplierHelper.service.getSupplier((WTContained) contained, (OrganizationOwned) org_owned);

Regards,

Shirish