Share via


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

  • _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.

See Also

Reference

RetailInfocodeGroupSpecific Table