UpdateLotState
Updates a LotState record in the material database.
Syntax
MaterialSvr.UpdateLotState
(LotState
As LotState)The
UpdateLotState
method syntax has these parts:Part | Description |
---|---|
MaterialSvr | Instance of the MaterialServer Interface to which the method is directed. |
LotState | An instance of a LotState object. |
Remarks
The ‘Ready To Use’ LotState is a system-defined state and cannot be updated via this method or any other means.
Provide Feedback