I am trying to lookup a row in the PartXrefVend table in form customization using c# and cannot find the adapter for the PartXrefVend table or any examples. I have successfully done this using the UD01 table in the example below.
bool ud01 = adapterUD01.GetByID(userid,"","","","");
When I ran a trace looked like these are BO/methods that are involved?
BO: Erp.Proxy.BO.SupplierPart
Methods: GetNewSupplierPart
ChangeSupplierPartMfgNum
Update
Do you have the BL Tester setup?
I find it is helpful for deciphering the specifics of methods/parameters/datasets