RetailCDXMetadataSync::addDownloadSession Method [AX 2012]
Adds the download session to the HQ Message database.
server public static void addDownloadSession(
str _connectionString,
str _dataFilePath,
str _targetDataFilePath,
RetailCDXDataSyncContext _ctContext)
Run On
ServerParameters
- _connectionString
- Type: str
HQ message database connection string.
- _dataFilePath
- Type: str
Data file path.
- _targetDataFilePath
- Type: str
Target data file path.
- _ctContext
- Type: RetailCDXDataSyncContext Class
Data sync context.
Show: