RetailConnSCMonIncomingMessages::upload Method
Inserts a record into the RetailConnSCMonIncomingMessages table.
Syntax
client server public static void upload(
RetailConnPackageNum _packageNum,
RetailConnSCServiceName _serviceName,
RetailConnSCMessageId _messageId,
RetailConnSCServiceName _sourceServiceName,
str _receivedDateTimeStr,
RetailConnSCTempFile _receivedFile,
RetailConnSCTempFile _processedFile,
RetailConnSCPackageStatus _status,
RetailConnSCErrorNo _errorNo,
RetailConnSCNumRecs _numRecs,
RetailConnSCTryCount _tryCount,
RetailConnProfileConnectionString _connectString,
str _finishedDateTimeStr,
RetailConnSCServerMessage _serverMsg,
RetailConnSCHopCount _hopCount,
RetailConnPackageNum _remotePkg,
RetailConnJobId _jobId,
RetailConnBatchId _batchID,
RetailConnSCPkgDeleted _pkgDeleted,
RetailConnSCMessageGUID _messageGuid,
RetailConnSCCancelledByUser cancelledByUser)
Run On
Called
Parameters
- _packageNum
Type: RetailConnPackageNum Extended Data Type
The store connect package number.
- _serviceName
Type: RetailConnSCServiceName Extended Data Type
The store connect service name.
- _messageId
Type: RetailConnSCMessageId Extended Data Type
The store connect message ID.
- _sourceServiceName
Type: RetailConnSCServiceName Extended Data Type
The store connect service name.
- _receivedDateTimeStr
Type: str
The store connect message received date time.
- _receivedFile
Type: RetailConnSCTempFile Extended Data Type
The store connect temporary data file.
- _processedFile
Type: RetailConnSCTempFile Extended Data Type
The store connect temporary data file.
- _status
Type: RetailConnSCPackageStatus Extended Data Type
The store connect incoming message status.
- _errorNo
Type: RetailConnSCErrorNo Extended Data Type
The store connect error number.
- _numRecs
Type: RetailConnSCNumRecs Extended Data Type
The store connect number of affected records.
- _tryCount
Type: RetailConnSCTryCount Extended Data Type
The store connect package processing try count.
- _connectString
Type: RetailConnProfileConnectionString Extended Data Type
The value of connection string.
- _finishedDateTimeStr
Type: str
The store connect message processing finished date time.
- _serverMsg
Type: RetailConnSCServerMessage Extended Data Type
The store connect server message.
- _hopCount
Type: RetailConnSCHopCount Extended Data Type
The store connect message hop count.
- _remotePkg
Type: RetailConnPackageNum Extended Data Type
The store connect package number.
- _jobId
Type: RetailConnJobId Extended Data Type
The store connect job ID number.
- _batchID
Type: RetailConnBatchId Extended Data Type
The store connect batch ID number.
- _pkgDeleted
Type: RetailConnSCPkgDeleted Extended Data Type
A value that indicates whether the store connect package has been deleted.
- _messageGuid
Type: RetailConnSCMessageGUID Extended Data Type
The store connect message GUID.
- cancelledByUser
Type: RetailConnSCCancelledByUser Extended Data Type
The store connect job canceled by user.