RetailTransactionServiceAX5::creditVoucherUpdate Method [AX 2012]
Updates a record in the table RetailCreditVoucherTable.
client server public static container creditVoucherUpdate(
RetailDataEntryId _dataEntryId,
RetailStoreId _storeId,
RetailTerminalId _terminalId,
RetailStaffId _staffId,
RetailTransactionId _transactionId,
RetailReceiptId _receiptId,
RetailLineNum _lineNum,
AmountMST _amountMST,
str _transDate,
str _transTime,
[int _dateSequence])
Run On
CalledParameters
- _dataEntryId
- Type: RetailDataEntryId Extended Data Type
The data entry Id to be updated to the new record.
- _storeId
- Type: RetailStoreId Extended Data Type
The store Id to be updated to the new record.
- _terminalId
- Type: RetailTerminalId Extended Data Type
The terminal Id to be updated to the new record.
- _staffId
- Type: RetailStaffId Extended Data Type
The staff Id to be updated to the new record.
- _transactionId
- Type: RetailTransactionId Extended Data Type
The transaction Id to be updated to the new record.
- _receiptId
- Type: RetailReceiptId Extended Data Type
The receipt Id to be updated to the new record.
- _lineNum
- Type: RetailLineNum Extended Data Type
The line num to be updated to the new record.
- _amountMST
- Type: AmountMST Extended Data Type
The amount MST to be updated to the new record.
- _transDate
- Type: str
The trans date to be updated to the new record.
- _transTime
- Type: str
The trans time to be updated to the new record.
- _dateSequence
- Type: int
The format of the date.
Show: