EcoResEnumerationAttributeTypeValue::findByOrdinalNumberLowerThan Method
Finds the previous EcoResEnumerationAttributeTypeValue record after the given ordinal number for the given domain.
Syntax
client server public static EcoResEnumerationAttributeTypeValue findByOrdinalNumberLowerThan(
RefRecId _ecoResAttributeTypeRecId,
int _ordinalNumber,
[boolean _forUpdate])
Run On
Called
Parameters
- _ecoResAttributeTypeRecId
Type: RefRecId Extended Data Type
The record ID of the ecoResAttributeType record for which to find the enumeration value.
- _ordinalNumber
Type: int
The ordinal number for which to find the previous enumeration value.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: EcoResEnumerationAttributeTypeValue Table
A record of the EcoResEnumerationAttributeTypeValue table if found; otherwise, an empty buffer.