Share via


EcoResEnumerationAttributeTypeValue::findByOrdinalNumber Method

Finds the specified record in the EcoResEnumerationAttributeTypeValue table by domain and ordinal number.

Syntax

client server public static EcoResEnumerationAttributeTypeValue findByOrdinalNumber(
    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 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.

See Also

Reference

EcoResEnumerationAttributeTypeValue Table