RetailChannelAttributeGroup::findByChannelAndAttGrp Method
Finds the specified record in the RetailChannelAttributeGroup table, identified by channel and attribute group.
Syntax
client server public static RetailChannelAttributeGroup findByChannelAndAttGrp(
RefRecId _channel,
RefRecId _attGrpRecId,
[boolean _forUpdate])
Run On
Called
Parameters
- _channel
Type: RefRecId Extended Data Type
The channel record ID.
- _attGrpRecId
Type: RefRecId Extended Data Type
The attribute group record ID.
- _forUpdate
Type: boolean
The selected record to update.
Return Value
Type: RetailChannelAttributeGroup Table
The selected record that is based on condition.
Remarks
This returns the selected record from the retail channel attribute group and marks it for update, based on a flag.