Vendor Subcontract Price List

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

Have you traced a supplier subcontract transaction yet? I believe it uses different methods than the parts

@jkane, It use GetRows method in trace but it’s not available to be used in customisation.

1 Like