Delete Method (JobRoute)
- Last UpdatedNov 06, 2025
- 2 minute read
The Delete() method deletes the specified job route record from the Job_Route table.
public static void Delete(
int sessionId,
string woId,
string operId,
int seqNo,
string inputOperId,
int inputSeqNo,
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 of the job whose route record is being deleted.
- operId
- Required. Holds the operation ID of the job whose route record is being deleted.
- seqNo
- Required. Holds the operation sequence number of the operation whose route record is being deleted.
- inputOperId
- Required. Holds the operation ID of the job from which the input quantity will be obtained.
- inputSeqNo
- Required. Holds the sequence number of the job from which the input quantity will be obtained.
- modId
- Required. Holds the modification ID assigned the last time this record was added or updated, for optimistic concurrency control. If it is specified, the passed value must match the record's modId value for the record to be deleted.