RetailTransactionServiceTransactions::validateGiftCard Method [AX 2012]
Method is used for validating the gift cards.
client server public static container validateGiftCard(
RetailGiftCardId _dataEntryId,
RetailChannelRecId _channelId,
RetailTerminalId _terminalId,
[boolean _skipReserveValidation])
Run On
CalledParameters
- _dataEntryId
- Type: RetailGiftCardId Extended Data Type
ID of the RetailGiftCardTable.entryId field.
- _channelId
- Type: RetailChannelRecId Extended Data Type
ID of the RetailGiftCardTable.channel field.
- _terminalId
- Type: RetailTerminalId Extended Data Type
ID of the RetailGiftCardTable.reservedByTerminalId field.
- _skipReserveValidation
- Type: boolean
Skip gift card reserve validation sign.
Show: