SetActualSpecValue Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SetActualSpecValue method updates the actual specification value and comments for the specified job, job step, and specifications. A job is specified by a work order ID, an operation ID, and an operation sequence number.
public void SetActualSpecValue(
int StepNo,
string SpecId,
string ActualSpecValue,
string Comments,
ref string ModId
)
Parameters
- StepNo
- Required. Holds the number of the step to which the specification belongs. The value may be -1 if the spec belongs to the job.
- SpecId
- Required. Holds the ID of the specification that is being updated.
- ActualSpecValue
- Required. Holds the value that is actually used for the specification when the job was running.
- Comments
- Required. Holds the comment for the specification value.
- ModId
Required. Holds the modification ID of the specification value. This value must match the current value in the database or the update will fail.