Delete Method (ReceiptLot)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified receipt lot record from the Receipt_Lot table.
The receipt lot record is uniquely identified by the row identifier.
'Usage
Dim sessionId As Integer
Dim rowId As Integer
ReceiptLot.Delete(sessionId, rowId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- rowId
- Required. Holds the row ID of the record to be deleted.