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
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.
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