GetReqdCertSignoffs Method (CertExec)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetReqdCertSignoffs() method retrieves the required certification sign-offs for the current work order, operation, and specified optional step.
'Declaration
Public Function GetReqdCertSignoffs( _
ByVal optionalStepNo As Object _
) As DataSet
public DataSet GetReqdCertSignoffs(
object optionalStepNo
)
Parameters
- optionalStepNo
- Optional. Holds a number that identifies the step being run. Set this to null to return all certifications regardless of step number.
Return Value
Returns a DataSet containing the required certification sign-offs.