Delete Method (JobAttr)
- Last UpdatedMar 17, 2026
- 1 minute read
The Delete() method deletes the specified job attribute record from the Job_Attr table.
public static void Delete(
int sessionId,
string woId,
string operId,
int seqNo,
int attrId,
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 of the job whose attribute record is being deleted.
- operId
- Required. Holds the operation ID of the job whose attribute record is being deleted.
- seqNo
- Required. Holds the operation sequence number of the operation whose attribute record is being deleted.
- attrId
- Required. Holds the ID of the attribute that is being deleted.
- modId
- Required. Holds a mod ID value to avoid data contention. The passed value must match the record's mod ID value for the deletion to succeed.