RetailMediaChannelFacebookConnector::setup Method [AX 2012]

Sets up the connector settings for a Facebook account

server public static void setup(
    RecId _settingsRecId, 
    str _userId, 
    str _token, 
    utcdatetime _expirationDate)

Run On

Server

Parameters

_settingsRecId
Type: RecId Extended Data Type
The RecId of the RetailMediaChannelConnectorSettings table record
_userId
Type: str
The Facebook user ID
_token
Type: str
The access token
_expirationDate
Type: utcdatetime
The expiration date of the access token
Show: