Delete Method (JobBomSubstitute)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified job BOM substitute record from the Job_Bom_Subst table.
public static void Delete(
int sessionId,
string woId,
string operId,
int seqNo,
int bomPos,
int altNo
)
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- woId
Required. Holds the ID of the work order for the job.
- operId
Required. Holds the ID of the operation for the job.
- seqNo
Required. Holds the operation sequence number of the job.
- bomPos
Required. Holds the BOM position.
- altNo
Required. Holds the ID of the alternative for the given BOM position.