Thursday, November 7, 2024

update_recordset with joins

 update_recordset with joins

update_recordSet storeTransfer    

    setting 

    TransactionId = transfertable.TransferId

    join transfertable

    where transfertable.VoucherId == storeTransfer.DocumentNo

    && transfertable.UpdateType == InventTransferUpdateType::Receive;

No comments:

Post a Comment

update_recordset with joins

 update_recordset with joins update_recordSet storeTransfer         setting      TransactionId = transfertable.TransferId     join transfert...