Share via


RetailCreditVoucherTable::createRBOCreditVoucherTable Method

Creates new record in the RetailCreditVoucherTable table.

Syntax

client server public static container createRBOCreditVoucherTable(
    RetailDataEntryId _entryId, 
    RetailStoreId _storeId, 
    RetailTerminalId _terminalId, 
    RetailStaffId _staffId, 
    RetailTransactionId _transactionId, 
    RetailReceiptId _receiptId, 
    RetailLineNum _lineNum, 
    CurrencyCode _currencyCode, 
    AmountMST _amountMST, 
    RetailtransDate _transDate, 
    RetailTransTime _transTime)

Run On

Called

Parameters

Return Value

Type: container
A container with a Boolean value and a message to indicate if the record is created successfully.

See Also

Reference

RetailCreditVoucherTable Table