RetailConnSCMonIncomingMessages::find Method
Finds the specified record in the RetailConnSCMonIncomingMessages table.
Syntax
client server public static RetailConnSCMonIncomingMessages find(
RetailConnPackageNum _packageNum,
RetailConnSCServiceName _serviceName,
RetailConnSCMessageGUID _messageGuid,
[boolean _forUpdate])
Run On
Called
Parameters
- _packageNum
Type: RetailConnPackageNum Extended Data Type
The store connect package number to find.
- _serviceName
Type: RetailConnSCServiceName Extended Data Type
The store connect service name.
- _messageGuid
Type: RetailConnSCMessageGUID Extended Data Type
The store connect message ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailConnSCMonIncomingMessages Table
A record in the RetailConnSCMonIncomingMessages table; otherwise, an empty record.