RetailTransactionService::updateChannelPublishingStatus Method [AX 2012]
Update the publishing status of a channel
Syntax
server public static container updateChannelPublishingStatus(
RefRecId _channelId,
RetailOnlineChannelPublishStatusType _publisingStatus,
[RetailOnlineChannelPublishStatusMessage _publisingStatusMessage])
Run On
Server
Parameters
- _channelId
Type: RefRecId Extended Data Type
Channel Id
- _publisingStatus
Type: RetailOnlineChannelPublishStatusType Enumeration
New publishing status
- _publisingStatusMessage
Type: RetailOnlineChannelPublishStatusMessage Extended Data Type
The publishing status message
Return Value
Type: container
A container which stores a Boolean result and the update result message in the following format [result, message]