DeleteAll Method (SubLot)
- Last UpdatedNov 06, 2025
- 1 minute read
This DeleteAll()method deletes multiple records from the Sublot table. Note: This is considered to be an advanced method and must be used with care. Calling this methods with all parameters set to null will cause all the data in the table to be deleted. Whenever possible, use the Delete methods rather than the DeleteAll method
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- itemId
Optional filter parameter. Holds the ID of an item stored in the sublots that is to be deleted. Part of key to identify the lot that the sublots are ultimately a part of.
- lotNo
Optional filter parameter. Holds the lot number of a lot that the sublots being deleted are a part of.
- subLotNo
Optional filter parameter. Holds the sublot number of a sublot that is to be deleted.