DimensionAttributeSet::findByHashAndBaseEnumType Method
Finds the specified record in the DimensionAttributeSet table.
Syntax
client server public static DimensionAttributeSet findByHashAndBaseEnumType(
DimensionSHA1Hash _hash,
FieldId _baseEnumType,
[boolean _forUpdate])
Run On
Called
Parameters
- _hash
Type: DimensionSHA1Hash Extended Data Type
The hash value of the DimensionAttributeSet record.
- _baseEnumType
Type: FieldId Extended Data Type
The field ID of the base enumeration type.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DimensionAttributeSet Table
A record in the DimensionAttributeSet table; otherwise, an empty record.