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 EcoResStorageDimensionGroupFldSetup record by using the specified EcoResStorageDimensionGroup record and a dimension field ID.
Syntax
client server public static EcoResStorageDimensionGroupFldSetup findByDimensionGroupFieldId(
EcoResStorageDimensionGroupRecId _storageDimensionGroup,
int _dimensionFieldId,
[boolean _update])
Run On
ClientOrServer
Parameters
- _storageDimensionGroup
Type: EcoResStorageDimensionGroupRecId Extended Data Type
The record ID of an EcoResStorageDimensionGroup record to use as a filter.
- _dimensionFieldId
Type: int
A dimension field ID to use as a filter.
- _update
Type: boolean
A Boolean value that indicates whether to read the record for update.
Return Value
Type: EcoResStorageDimensionGroupFldSetup Table
An EcoResStorageDimensionGroupFldSetup table buffer.