Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _entryId
Type: RetailDataEntryId Extended Data Type
The data entry ID of the new record.
- _storeId
Type: RetailStoreId Extended Data Type
The store ID number of the new record.
- _terminalId
Type: RetailTerminalId Extended Data Type
The terminal ID number of the new record.
- _staffId
Type: RetailStaffId Extended Data Type
The staff ID number of the new record.
- _transactionId
Type: RetailTransactionId Extended Data Type
The transaction ID number of the new record.
- _receiptId
Type: RetailReceiptId Extended Data Type
The receipt ID number of the new record.
- _lineNum
Type: RetailLineNum Extended Data Type
The line number of the new record.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code of the new record.
- _amountMST
Type: AmountMST Extended Data Type
The amount MST of the new record.
- _transDate
Type: RetailtransDate Extended Data Type
The transaction date of the new record.
- _transTime
Type: RetailTransTime Extended Data Type
The transaction time of the new record.
Return Value
Type: container
A container with a Boolean value and a message to indicate if the record is created successfully.