Delete Method (StdOperEntSpec)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified record from the Std_Oper_Ent_Spec table.
public static void Delete(
int sessionId,
string operId,
int stepNo,
int entId,
string verId,
string specId
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- operId
- Required. Holds the ID of the standard operation.
- stepNo
- Required. Holds the number of the step with which the specification is associated. -1 means the specification is not associated with a step.
- entId
- Required. Holds the ID of the entity on which the standard operation is being done.
- verId
- Required. Holds the specification version.
- specId
- Required. Holds the spec for the standard operation.