Delete Method (BomItemOperLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified BOM item/operation link record from the Bom_Item_Oper_Link table.
public static void Delete(
int sessionId,
string parentItemId,
string verId,
int bomPos,
string processId,
string operId,
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 being deleted.
- verId
Required. Holds the ID of the BOM version.
- bomPos
Required. Holds the BOM position. The BOM position is not necessarily in a sequence.
- processId
Required. Holds the ID of the process to which the operation belongs.
- operId
Required. Holds the ID of the operation that is being linked to the item.
- 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.