Share via


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

Return Value

Type: container
A container which stores a Boolean result and the update result message in the following format [result, message]

See Also

Reference

RetailTransactionService Class