RetailInternalOrgAttributeGroup::findByInternalOrgAndAttGrAndModifier Method
Finds a record in the RetailInternalOrgAttributeGroup table by using the Internal org record ID and attribute group record id and modifier.
Syntax
client server public static RetailInternalOrgAttributeGroup findByInternalOrgAndAttGrAndModifier(
RetailInternalOrgRefRecId _internalOrgRecId,
EcoResAttributeGroupRefRecId _attributeGroupRecId,
[RetailChannelAttributeModifier _modifier,
boolean _forUpdate])
Run On
Called
Parameters
- _internalOrgRecId
Type: RetailInternalOrgRefRecId Extended Data Type
The value of the internal org. record ID.
- _attributeGroupRecId
Type: EcoResAttributeGroupRefRecId Extended Data Type
The value of the attribute group record ID.
- _modifier
Type: RetailChannelAttributeModifier Enumeration
Type of modifier from RetailChannelAttributeModifier.
- _forUpdate
Type: boolean
A boolean value.
Return Value
Type: RetailInternalOrgAttributeGroup Table
A record in the RetailInternalOrgAttributeGroup table; otherwise, an empty record.