Hi Folks,
I am doing a customization on Supplier Price List where on Form Load I am auto-populating data. For Vendor Part I can use below code:
oTrans.GetByVendNumAndPartNum("VendNum~PartNum")
The same is not working for Subcontract parts. I have tried different combinations with OpCode, PUM, etc without luck.
Note: It’s in form customization and methods in customization are different from BO methods so BL Tester is of no help.
Any suggestions would be helpful.
Thanks