Share via


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

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

See Also

Reference

RetailChannelAttributeGroup Table