Delete Method (CertStdOperStepLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes the specified certifcation/standard operation step link record from the Cert_Std_Oper_Step_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal certName As String, _
ByVal operId As String, _
ByVal stepNo As Integer _
)
'Usage
Dim sessionId As Integer
Dim certName As String
Dim operId As String
Dim stepNo As Integer
CertStdOperStepLink.Delete(sessionId, certName, operId, stepNo)
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- certName
Required. Holds the name of the certification linked to the standard operation step.
- operId
Required. Holds the ID of the standard operation to which the step belongs.
- stepNo
Reqquired. Holds the step number which is linked to the certification