Delete Method (BomItemOperStepLink)
- Last UpdatedMar 17, 2026
- 2 minute read
The Delete() method deletes the specified BOM item/operation step link record from the Bom_Item_Oper_Step_Link table.
public static void Delete(
int sessionId,
string parentItemId,
string verId,
int bomPos,
string processId,
string operId,
int stepNo,
string modId
)
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- parentItemId
Required. Holds the ID of the parent item whose link record is being deleted.
- verId
Required. Holds the ID of the BOM version.
- bomPos
Required. Holds the BOM position.
- processId
Required. Holds the ID of the process to which the operation belongs.
- operId
Required. Holds the ID of the operation.
- stepNo
Required. Holds the number of the operation step whose link record is being deleted.
- modId
Required. Holds a modification ID value to avoid data contention. The passed value must match the record's modification ID value for the record to be deleted.