Share via


ProdParametersDim::find Method

Finds the ProdParametersDim record based the site ID from the specified InventDimrecord.

Syntax

client server public static ProdParametersDim find(InventDimId _inventDimId, [boolean _forupdate])

Run On

Called

Parameters

  • _inventDimId
    Type: InventDimId Extended Data Type
    The ID for an InventDim record. This record is used to limit the search for the ProdParametersDim record based on the corresponding site ID.
  • _forupdate
    Type: boolean
    Indicates whether the record that is returned should be selected for update; optional.

Return Value

Type: ProdParametersDim Table
A ProdParametersDim record.

Remarks

A search for a ProdParametersDim record based on the site ID from the specified InventDim record will only occur if this has been enabled for the ProdParamterstable. If no record is found and if the search is based on a blank InventDim record, a new record will be created in the ProdParametersDim table.

See Also

Reference

ProdParametersDim Table