Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the download session to the HQ Message database.
Syntax
server public static void addDownloadSession(
str _connectionString,
str _dataFilePath,
str _targetDataFilePath,
RetailCDXDataSyncContext _ctContext)
Run On
Server
Parameters
- _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.