DimensionAttributeValueGroupCombination::findByValueGroupandValueCombination Method
Finds the specified record in the DimensionAttributeValueGroupCombination table.
Syntax
client server public static DimensionAttributeValueGroupCombination findByValueGroupandValueCombination(
RefRecId _dimensionAttributeValueGroup,
RefRecId _dimensionAttributeValueCombination,
[boolean _forUpdate])
Run On
Called
Parameters
- _dimensionAttributeValueGroup
Type: RefRecId Extended Data Type
The dimension attribute value group ID of the DimensionAttributeValueGroupCombination record.
- _dimensionAttributeValueCombination
Type: RefRecId Extended Data Type
The dimension attribute value combination ID of the DimensionAttributeValueGroupCombination record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DimensionAttributeValueGroupCombination Table
A record in the DimensionAttributeValueGroupCombination table; otherwise, an empty record.