update_recordset with joins
update_recordSet storeTransfer
setting
TransactionId = transfertable.TransferId
join transfertable
where transfertable.VoucherId == storeTransfer.DocumentNo
&& transfertable.UpdateType == InventTransferUpdateType::Receive;