cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

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

ash
6-Contributor
6-Contributor

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

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 1

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

Top Tags