GetCertsByJob Method
- Last UpdatedNov 06, 2025
- 1 minute read
Parameters
- woId
- Required. Holds the work order ID of the job.
- operId
- Required. Holds the operation ID of the job.
- seqNo
- Required. Holds the sequence number of the job.
Return Value
Returns a DataSet that contains records for all the signoff certifications for the specified job. If the job has no signoff certifications, an empty DataSet is returned.
The columns of the returned DataSet are described below.
|
Column Name |
Description |
|---|---|
|
cert_name |
A string that is the unique name for the certification. |
|
cert_level |
An integer that is the certification level needed to work on this operation. |
|
audited_by |
A string that is the audited-by value. |
|
audit_date |
A datetime that is the audit date. |
|
signoff_notes |
A string that is text that defines to the user exactly what they are signing off on, from the cert_type. signoff_notes column. |
|
num_signoffs_reqd |
An integer that is the number of signoffs required if audit-type, from cert_type. num_signoffs_reqd column. |
|
comments_reqd |
A Boolean that is a flag that indicates whether user-entered comments are mandatory when signing off on this certification. |
|
comments |
A string that is comments about the signoff certification. |