Filtering Manufacturer Part combo in PO Entry

I’m working on filtering the Manufacturer Part (epicombo) field to display only the values where the Life Cycle Status is different than Inactive. I created the following Manufacturer Parts:

  • 001PP_MfgPart Life Cycle Status is Inactive - Do Not Use (Inactive)
  • 001PP_MfgPart_NI1 Life Cycle Status is Introduction (Intro)

I added an additional filter to the standard combo to not display Inactive parts but it didn’t work. If I add another custom epicombo with the same values as the standard one but I removed the standard EpiFilters and EpiFiltersParams and only have the Life Cycle filter it worked but at the moment of selecting the Manufacturer the Mfg Part that is Inactive is displayed… By standard behavior the first Mfg Part record is populated but in this case it is the part that it shouldn’t be displayed, also I added a ultracombo just with the biding PODetail.MfgPartNum and same thing happened, any suggestion would it be appreciate it.

Perhaps edit it in a BPM in the GetList Method to hide Inactive Mfg Parts (unless you are a certain user/group)?

1 Like

Thank you @Jason_Woods! I reviewed the DLL for PO Contracts and noticed the value was populated there when the Manufacturer changes so I just cleared the value in the method directive and it worked.