Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the attribute type record in the categoryAttributeGroup table by using the category ID and group.
Syntax
client server public static EcoResCategoryAttributeGroup findByGroupAndCategory(
RecId _attributeGroupId,
RecId _categoryId,
[boolean _forupdate])
Run On
Called
Parameters
- _attributeGroupId
Type: RecId Extended Data Type
The record ID of the attribute group record to find.
- _categoryId
Type: RecId Extended Data Type
The category record ID of the record to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: EcoResCategoryAttributeGroup Table
A record in the EcoResCategoryAttributeGroup table; otherwise, an empty record.