DimensionConstraintNodeCriteria::findByConstraintNodeandOrdinal Method
Finds the specified record in the DimensionConstraintNodeCriteria table.
Syntax
client server public static DimensionConstraintNodeCriteria findByConstraintNodeandOrdinal(
RefRecId _dimensionConstraintNode,
DimensionOrdinal _ordinal,
[boolean _forUpdate])
Run On
Called
Parameters
- _dimensionConstraintNode
Type: RefRecId Extended Data Type
The dimension constraint node ID of the DimensionConstraintNodeCriteria record.
- _ordinal
Type: DimensionOrdinal Extended Data Type
The DimensionOrdinal value of the DimensionConstraintNodeCriteria record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DimensionConstraintNodeCriteria Table
A record in the DimensionConstraintNodeCriteria table; otherwise, an empty record.