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 called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

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

ash
10-Marble
10-Marble

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

Announcements

Top Tags