DeleteAll Method (Lot)
- Last UpdatedNov 06, 2025
- 1 minute read
The DeleteAll() method deletes multiple records from the lot 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. Holds the ID of items that are to be deleted. Part of key to identify the lots.
- lotNo
- Optional. Holds the lot number of items that are to be deleted.