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
- _dataEntryId
Type: RetailDataEntryId Extended Data Type
The data entry ID of the record.
- _storeId
Type: RetailStoreId Extended Data Type
The store ID of the record.
- _terminalId
Type: RetailTerminalId Extended Data Type
The terminal ID of the record.
- _staffId
Type: RetailStaffId Extended Data Type
The staff ID to of the record.
- _transactionId
Type: RetailTransactionId Extended Data Type
The transaction ID of the record.
- _receiptId
Type: RetailReceiptId Extended Data Type
The receipt ID of the record.
- _lineNum
Type: RetailLineNum Extended Data Type
The line number of the record.
- _amountMST
Type: AmountMST Extended Data Type
The amount MST of the record.
- _transDate
Type: RetailtransDate Extended Data Type
The transaction date of the record.
- _transTime
Type: RetailTransTime Extended Data Type
The transaction time of the record.
Return Value
Type: boolean
A Boolean to indicate if the record is updated successfully.