RetailInfocodeGroupSpecific::findByGroupIdInfocodeId Method
Finds the specified record in the RetailInfocodeGroupSpecific table by using the specified reason code group ID and reason code ID.
Syntax
client server public static RetailInfocodeGroupSpecific findByGroupIdInfocodeId(
RetailInfocodeGroupId _groupid,
RetailInfocodeIdBase _infocodeid,
[boolean _forUpdate])
Run On
Called
Parameters
- _groupid
Type: RetailInfocodeGroupId Extended Data Type
The ID of the RetailInfocodeGroupSpecific group to use as a filter.
- _infocodeid
Type: RetailInfocodeIdBase Extended Data Type
The ID of the reason code to use as a filter.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailInfocodeGroupSpecific Table
A record in the RetailInfocodeGroupSpecific table; otherwise, an empty record.