GetCertSignoffs Method (CertExec)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetCertSignoffs() retrieves a DataSet that contains certification sign-off data from Cert_Audit_Log table.
Parameters
- stepNo
- Optional. Holds a step number by which to filter the certification sign-off data.
- lotNo
- Optional. Holds a lot number by which to filter the certification sign-off data.
- certName
- Optional. Holds a certification name by which to filter the certification sign-off data. To ignore this filter, an empty string ("") must be passed for the parameter.
- userID
- Optional. Holds the ID of the user who has signed off by which to filter the certification sign-off data. To ignore this filter, an empty string ("") must be passed for the parameter.
Return Value
Returns a DataSet that contains a list of certification sign-off data.