Share via


RetailTransactionService::getChannelIdFromStoreId Method [AX 2012]

Method to retun the channelid from the storeId if the store id has a value

Syntax

client server private static RetailChannelRecId getChannelIdFromStoreId(RetailStoreId _storeId, RetailChannelRecId _channelId)

Run On

Called

Parameters

Return Value

Type: RetailChannelRecId Extended Data Type
The channel id from the store id

Remarks

For 6.2 EPOS client, ChannelId is not set so we can resolve it based on the StoreId.

See Also

Reference

RetailTransactionService Class