RetailMediaChannelTwitterConnector::doPush Method [AX 2012]
Posts a message on Twitter.
The message is built by concatinating the _message parameter, the _linkUrl, if it is not empty, and by attaching optional image passed via the _picture parameter
server private static str doPush(
RecId _settingsRecId,
RetailCommonWebAPI _webApi,
str _message,
str _linkUrl,
RetailMediaFileDescription _picture)
Run On
ServerParameters
- _settingsRecId
- Type: RecId Extended Data Type
The RecId of the connector settings record
- _webApi
- Type: RetailCommonWebAPI Class
The web API
- _message
- Type: str
The text of the message
- _linkUrl
- Type: str
The optional URL to append to the message text
- _picture
- Type: RetailMediaFileDescription Class
The optional image
Show: