Skip to main content
5-Regular Member
June 23, 2014
Question

Java retrieve Manufacturer Sourcing Status (amlPreferenceData)

  • June 23, 2014
  • 1 reply
  • 1616 views

After I get ManufacturerPart, I would like to get its Manufacturer Sourcing Status (amlPreferenceData). Which field should I use? e.g. Part Number = mfgPart.getNumber(). Manufacturer Sourcing Status = mfgPart.getAMLPreferenceData()? I can not find it. Please help!

1 reply

12-Amethyst
November 19, 2020

Hi,

the sourcing status is set on the Sourcing Relationship (AXLEntry) between the Manufacturer Part and the OemPart, this status depends "where" the manufacturer part is used

 

I would say the way to go would be:

  1. start from your OEM Part
  2. use the service AXLService.getAML method, you'll get a collection of those relationships
  3. filter your relationships to get the one that matches the manufacturer part

Regards,

Loïc