Hi
What is the correct code for inserting record in WMSOrdertrans? because my insert code is not working?.. please see my code below
any sugestion and correction is very appriciated for my improvement thanks.
staticvoid Job9(Args _args) { WMSOrderTrans wmsordertrans; wmsordertrans.ttsbegin();
selectforupdate wmsordertrans;
wmsordertrans.customer=
"EATI-000002"; wmsordertrans.insert(); wmsordertrans.ttscommit();
print"done";
pause
;
this is the error: Function WMSOrderTransType.insert has been incorrectly called.