RetailTransactionService::issueCreditMemo Method [AX 2012]
client server public static container issueCreditMemo(
RetailStoreId _storeId,
RetailTerminalId _terminalId,
RetailStaffId _staffId,
RetailTransactionId _transactionId,
RetailReceiptId _receiptId,
RetailLineNum _lineNum,
CurrencyCode _currencyCode,
AmountMST _amountMST,
str _transDate,
str _transTime,
[int _dateSequence])
Run On
CalledParameters
- _storeId
- Type: RetailStoreId Extended Data Type
- _terminalId
- Type: RetailTerminalId Extended Data Type
- _staffId
- Type: RetailStaffId Extended Data Type
- _transactionId
- Type: RetailTransactionId Extended Data Type
- _receiptId
- Type: RetailReceiptId Extended Data Type
- _lineNum
- Type: RetailLineNum Extended Data Type
- _currencyCode
- Type: CurrencyCode Extended Data Type
- _amountMST
- Type: AmountMST Extended Data Type
- _transDate
- Type: str
- _transTime
- Type: str
- _dateSequence
- Type: int
Show: