RetailTransactionService::updateCreditMemo Method [AX 2012]

client server public static container updateCreditMemo(
    RetailDataEntryId _dataEntryId, 
    RetailStoreId _storeId, 
    RetailTerminalId _terminalId, 
    RetailStaffId _staffId, 
    RetailTransactionId _transactionId, 
    RetailReceiptId _receiptId, 
    RetailLineNum _lineNum, 
    AmountMST _amountMST, 
    str _transDate, 
    str _transTime, 
   [int _dateSequence])

Run On

Called

Parameters

_dataEntryId
Type: RetailDataEntryId Extended Data Type

_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

_amountMST
Type: AmountMST Extended Data Type

_transDate
Type: str

_transTime
Type: str

_dateSequence
Type: int

Show: