RetailTransactionServiceTransactions::validateCreditMemo Method [AX 2012]
Method is used for validating the credit vouchers.
Syntax
client server public static container validateCreditMemo(
RetailDataEntryId _dataEntryId,
RetailStoreId _storeId,
RetailTerminalId _terminalId)
Run On
Called
Parameters
- _dataEntryId
Type: RetailDataEntryId Extended Data Type
ID of the RetailCreditVoucherTable.entryId field.
- _storeId
Type: RetailStoreId Extended Data Type
ID of the RetailCreditVoucherTable.reservedByStoreId field.
- _terminalId
Type: RetailTerminalId Extended Data Type
ID of the RetailCreditVoucherTable.reservedByTerminalId field.
Return Value
Type: container
Container
Exceptions
Exception | Condition |
---|---|
UpdateConflictNotRecovered | A conflict occurred that could not be recovered from when updating. |
UpdateConflict | An update conflict occurred. |