EcoResProductDimensionAttribute::dimensionTableId2dimensionAttributeRecId Method

Finds the ID of a record in the EcoResProductDimensionAttribute table.

Syntax

client server private static RefRecId dimensionTableId2dimensionAttributeRecId(TableId _dimensionTableId)

Run On

Called

Parameters

  • _dimensionTableId
    Type: TableId Extended Data Type
    The ID of a dimension table the EcoResColor table, the EcoResSize table or the EcoResConfiguration table.

Return Value

Type: RefRecId Extended Data Type
The ID of a record in the EcoResProductDimensionAttribute table; otherwise, 0.

Exceptions

Exception Condition
Error

The _dimensionTableId parameter contains not supported dimension table ID.

Remarks

The specified dimension table can be the EcoResColor table, the EcoResSize table, the EcoResConfiguration table or the EcoResGenericProductModel table.

The dimension table can be the EcoResColor table, the EcoResSize table, the EcoResConfiguration table or the EcoResGenericProductModel table.

See Also

Reference

EcoResProductDimensionAttribute Table