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.
Finds the specified record in the RetailConnSCMonOutgoingMessages table.
Syntax
client server public static RetailConnSCMonOutgoingMessages find(
RetailConnPackageNum _packageNum,
RetailConnSCServiceName _serviceName,
RetailConnProfileConnectionString _connStr,
RetailConnSCMessageGUID _messageGuid,
[boolean _forUpdate])
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.
- _connStr
Type: RetailConnProfileConnectionString Extended Data Type
The connection string.
- _messageGuid
Type: RetailConnSCMessageGUID Extended Data Type
The store connect message GUID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailConnSCMonOutgoingMessages Table
A record in the RetailConnSCMonOutgoingMessages table; otherwise, an empty record.