Delete Method (JobBomStep)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified job BOM step record from the Job_Bom_Step table.
public static void Delete(
int sessionId,
string woId,
string operId,
int seqNo,
int bomPos,
int stepNo,
string modId
)
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- woId
Required. Holds the work order ID for the job.
- operId
Required. Holds the operation ID for the job.
- seqNo
Required. Holds the operation sequence number of the job.
- bomPos
Required. Holds the BOM position for the job.
- stepNo
Required. Holds the step number for the job.
- 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.