SetCurLotdata Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SetCurLotdata() method sets the current lot information for the running job.
public void SetCurLotdata(
object bomPos,
string itemID,
string lotNo,
object reasCd,
object storageEntID,
object updateInv,
object backFlush
)
Parameters
- bomPos
- Optional. Holds the BOM position for the item that is stored at the current lot. Set to null if not being used.
- itemID
- Optional. Holds the ID for the item that is stored at the current lot. Set to null if not being used.
- lotNo
- Optional. Holds the lot number for which the current information is being entered. Set to null to use the lot where the item being produced is stored.
- reasCd
- Optional. Holds the item reason code. Set to null or -1 if not being used.
- storageEntID
- Optional. Holds the ID of the storage entity. Set to null or -1 if not being used.
- updateInv
- Optional. Holds a flag that, if set to true, indicates that the inventory is being updated. Set to null if not being used.
- backFlush
- Optional. Holds a flag that, if set to true, indicates that consumption is being backflushed. Set to null if not being used.