Share via


ProdStatusParameters::find Method

Finds ProdStatusParameters records based on an InventDimId value.

Syntax

client server public static ProdStatusParameters find(
    InventDimId _inventDimId, 
    ProdStatusAll _fromStatus, 
    ProdStatusAll _toStatus, 
   [boolean _forUpdate, 
    boolean _useInventDimDirectly])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.
  • _useInventDimDirectly
    Type: boolean
    A Boolean value that determines whether the lookup should be performed directly without regards to settings from the ProdParameters table; optional.

Return Value

Type: ProdStatusParameters Table
The ProdStatusParameters records that correspond to the specified InventDimId value.

See Also

Reference

ProdStatusParameters Table