DimensionAttributeValue::findByDimensionAttributeAndEntityInst Method
Finds the specified record in the DimensionAttributeValue table.
Syntax
client server public static DimensionAttributeValue findByDimensionAttributeAndEntityInst(
RefRecId _dimensionAttribute,
RefRecId _entityInstance,
[boolean _forUpdate,
boolean _createIfNecessary])
Run On
Called
Parameters
- _dimensionAttribute
Type: RefRecId Extended Data Type
The record ID of the DimensionAttribute record referenced by the DimensionAttributeValue record.
- _entityInstance
Type: RefRecId Extended Data Type
The EntityInstance value of the DimensionAttributeValue record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _createIfNecessary
Type: boolean
A Boolean value that indicates whether a new record should be inserted if one does not yet exist; optional.
Return Value
Type: DimensionAttributeValue Table
A record in the DimensionAttributeValue table; otherwise, an empty record.