DeleteLot
Deletes a Lot record from the material database.
Syntax
Material
.DeleteLot
(Lot
As Lot, [ActivityDescription
As String])The
DeleteLot
method syntax has these parts:Part | Description |
---|---|
Material | Instance of the Material object to which the method is directed. |
Lot | An instance of a Lot object. |
ActivityDescription | Adds descriptive text to the activity journal for this operation. ( Optional ) |
Remarks
Along with deleting the Lot, this interface will delete SubLots and LotProperties associated with the specified Lot.
Provide Feedback