GetAvailable Method (CertOperStepLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAvailable() method retrieves all the appropriate certifications that are not already linked to the specified operation step.
Parameters
- sessionId
Optional. Holds the session ID and thus the user who is making this method call.
- processId
Required. Holds the ID of the process to which the operation belongs.
- operId
Required. Holds the ID of the operation to which the step belongs.
- stepNo
- Required. Holds the step number.
Return Value
Returns a DataSet that contains records for all the certification that are not linked to the specified operation step. The returned records are from the Cert_Type table. If no matching certifications are found, an empty DataSet is returned.
The columns of the returned DataSet are described below.
|
ColumnName |
Description |
|---|---|
|
cert_name |
A string that is the name of the certification. |
|
max_level |
An integer that is the maximum level for the certication. |
|
cert_audit |
A flag that indicates whether or not the certification is an audit certification. |