RetailChannelCategoryAttribute::findByIds Method
Find a channel category attribute by Ids
Syntax
client server public static RetailChannelCategoryAttribute findByIds(
RefRecId _hostChannel,
RefRecId _category,
RefRecId _attribute,
[boolean _forupdate])
Run On
Called
Parameters
- _hostChannel
Type: RefRecId Extended Data Type
Host channel Id
- _category
Type: RefRecId Extended Data Type
Product category Id
- _attribute
Type: RefRecId Extended Data Type
Attribute Id
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailChannelCategoryAttribute Table
A record in the RetailChannelCategoryAttribute table; otherwise, an empty buffer.