RetailTransactionService::getChannelIdFromStoreId Method [AX 2012]
Method to retun the channelid from the storeId if the store id has a value
client server private static RetailChannelRecId getChannelIdFromStoreId(RetailStoreId _storeId, RetailChannelRecId _channelId)
Run On
CalledParameters
- _storeId
- Type: RetailStoreId Extended Data Type
ID of the RetailGiftCardTable.reservedByStoreId field.
- _channelId
- Type: RetailChannelRecId Extended Data Type
ID of the RetailGiftCardTable.channel field.
Show: