Link between WMSOrderTrans and SalesParmLine

Hello ,

I added a new field in salesParmLine Table and I would lake init this field from WMSOrderTrans.

Exemple:

salesParmLine .a = WMSOrderTrans.a

help please.

Can you tell me the filtration link between SalesParmLine and WMSOrderTrans tables?

Why do you want to do that?

I would just initialize line in SalesParmLine with value from WMSOrderTrans when button update clicked (PickLine)

example:

I create field (A) in WMSOrderTrans.

I create field (B) in SalesParmLine .

I wantto get the vaue from field A to B : SalesParmLine.B = WMSOrderTrans.A

aren’t you looking for the field inventtransid??

hello;

is not unique.