In Epicor 9 there is a bug that when you open the supplier price list
from a PO, that it does some weird things. However, if you open the
supplier price list through the menu the weird things don't happen.
What I'd like to do is create my own button to open the supplier price
list but for some reason when I try and pass in the vendor and part, it
gives the following error:
"Failed to Auto-Search; Possible invalid primary adapter defined for
Epicor.Mfg.UI.SupplierPriceListEntry"
I'd really appreciate some help on this one.
list.Add(edvPOHeader.dataView(edvPOHeader.Row)("VendorVendorID"))
list.Add(edvPODetail.dataView(edvPODetail.Row)("PartNum"))
Dim launchObject As New LaunchFormOptions
launchObject.ValueIn =list
launchObject.IsModal = True
ProcessCaller.LaunchForm(otrans, "PMMT2000", launchObject, true)
[Non-text portions of this message have been removed]
from a PO, that it does some weird things. However, if you open the
supplier price list through the menu the weird things don't happen.
What I'd like to do is create my own button to open the supplier price
list but for some reason when I try and pass in the vendor and part, it
gives the following error:
"Failed to Auto-Search; Possible invalid primary adapter defined for
Epicor.Mfg.UI.SupplierPriceListEntry"
I'd really appreciate some help on this one.
list.Add(edvPOHeader.dataView(edvPOHeader.Row)("VendorVendorID"))
list.Add(edvPODetail.dataView(edvPODetail.Row)("PartNum"))
Dim launchObject As New LaunchFormOptions
launchObject.ValueIn =list
launchObject.IsModal = True
ProcessCaller.LaunchForm(otrans, "PMMT2000", launchObject, true)
[Non-text portions of this message have been removed]