SetJobConcurrentLink Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SetJobConcurrentLink() method updates the current link value for the specified job. The link value is the value that links this job to other jobs in a batch. Jobs in a batch are processed together as a whole. If the concurrent link value is less than or equal to zero, the job is not part of a batch.
public static void SetJobConcurrentLink(
string WoId,
string OperId,
int SeqNo,
int ConcurrentLink,
string editTime
)
Parameters
- WoId
- Required. Holds the work order ID of the job whose concurrent link value is to be updated.
- OperId
- Required. Holds the operation ID of the job whose concurrent link value is to be updated.
- SeqNo
- Required. Holds the operation sequence number of the job whose concurrent link value is to be updated.
- ConcurrentLink
- Required. Holds the new concurrent link value that is to be assigned to the specified job. This might change the batch of jobs to which this job belongs, or remove the job from a batch.
- editTime
- Required. Holds the last edit time for the job. This must match the value in the database, or the update will fail.