GetCertSignoffs Method (Certs)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetCertSignoffs() method retrieves a DataSet that contains certification sign-off data from the Cert_Audit_Log table.
public static DataSet GetCertSignoffs(
string woID,
string operID,
int seqNo,
int stepNo,
string lotNo,
string certName,
string userID
)
Parameters
- woID
- Required. Holds the ID of a work order by which to filter the certification sign-offs.
- operID
- Required. Holds the ID of an operation by which to filter the certification sign-offs.
- seqNo
- Required. Holds the sequence number by which to filter the sign-off certifications.
- stepNo
- Required. Holds the step number by which to filter the sign-off certifications.
- lotNo
- Required. Used to filter lot no from certification sign off data.
- certName
- Required. 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
- Required. 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.