CertSignoff(Int32,String,String,String,String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The CertSignoff() method is used to sign-off on a job or a step that requires a certification sign-off.
public bool CertSignoff(
int stepNo,
string lotNo,
string certName,
string inspector,
string comments
)
Parameters
- stepNo
Required. Holds the number of the step that requires certification sign-off. The certification sign-off is required for the current job and not a step, enter -1 for this parameter.
- lotNo
- Required. Holds the lot number of the job/step. An empty string represents no lot number.
- certName
- Required. Holds a valid certification name to be signed off.
- inspector
- Required. Holds a valid user_id for the inspector who is signing off the job/step.
- comments
- Optional. Holds comments describing the audit sign-off.
Return Value
Returns true if this certification is signed off successfully.