Delete Method (SubLotAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes a sublot attribute record from the Sublot_Attr table.
public static void Delete(
int sessionId,
string itemId,
string lotNo,
string subLotNo,
int attrId
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- itemId
Required. Holds the ID of the item of the lot to which the sublot belongs.
- lotNo
Required. Holds the lot number of the lot to which the sublot belongs.
- subLotNo
Required. Holds the sublot number of the sublot that the attribute assigned to is being deleted.
- attrId
Required. Holds the ID of the attribute that is being deleted from the sublot.