Share via


RetailCreditVoucherTable::updateRBOCreditVoucherTable Method

Updates a record in the RetailCreditVoucherTable table.

Syntax

client server public static boolean updateRBOCreditVoucherTable(
    RetailDataEntryId _dataEntryId, 
    RetailStoreId _storeId, 
    RetailTerminalId _terminalId, 
    RetailStaffId _staffId, 
    RetailTransactionId _transactionId, 
    RetailReceiptId _receiptId, 
    RetailLineNum _lineNum, 
    AmountMST _amountMST, 
    RetailtransDate _transDate, 
    RetailTransTime _transTime)

Run On

Called

Parameters

Return Value

Type: boolean
A Boolean to indicate if the record is updated successfully.

See Also

Reference

RetailCreditVoucherTable Table