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.
Indicates whether the specified record in the RetailConnSCMonOutgoingMessages table exists.
Syntax
client server public static boolean exist(
RetailConnPackageNum _packageNum,
RetailConnSCServiceName _serviceName,
RetailConnProfileConnectionString _connStr,
RetailConnSCMessageGUID _messageGuid)
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.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.