Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds an EcoResProductDimensionGroupFldSetup record using the EcoResProductDimensionGroup record ID and the dimension field ID as the key.
Syntax
client server public static EcoResProductDimensionGroupFldSetup findByDimensionGroupFieldId(
EcoResProductDimensionGroupRecId _productDimensionGroup,
int _dimensionFieldId,
[boolean _update])
Run On
Called
Parameters
- _productDimensionGroup
Type: EcoResProductDimensionGroupRecId Extended Data Type
An EcoResProductDimensionGroup record ID that will be used as a filter.
- _dimensionFieldId
Type: int
A dimension field ID that will be used as a filter.
- _update
Type: boolean
A flag specifying whether a buffer should be selected for update. If true the buffer is selected for update.
Return Value
Type: EcoResProductDimensionGroupFldSetup Table
An EcoResProductDimensionGroupFldSetup buffer.