RetailTransactionService::validateGiftCard Method [AX 2012]
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static container validateGiftCard(
RetailGiftCardId _dataEntryId,
RetailStoreId _storeId,
RetailTerminalId _terminalId,
[boolean _skipReserveValidation,
RetailChannelRecId _channelId])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static container validateGiftCard(
RetailGiftCardId _dataEntryId,
RetailStoreId _storeId,
RetailTerminalId _terminalId)
Run On
Called
Parameters
- _dataEntryId
Type: RetailGiftCardId Extended Data Type
- _storeId
Type: RetailStoreId Extended Data Type
- _terminalId
Type: RetailTerminalId Extended Data Type
- _skipReserveValidation
Type: boolean
- _channelId
Type: RetailChannelRecId Extended Data Type