GetNextSeqNo Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetNextSeqNo() method returns the next available sequence number (i.e., the current value plus one) for the specified work order and operation.
Parameters
- sessionId
- Optional. Holds the session ID and thus the user who is making this method call.
- woId
- Required. Holds the work order ID of the job.
- operId
- Required. Holds the operation ID of the job.
- nextSeqNo
- Output. Holds an integer that is the next available sequence number (seq_no) for the specified work order and operation.