GetDisplaySeq Method
- Last UpdatedMar 17, 2026
- 1 minute read
The GetDisplaySeq() method retrieves the display sequence for the specified work order ID and operation ID, if they exist. Otherwise, the method returns the next available display sequence (i.e., the maximum display sequence plus one) for the work order.
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.
- displaySeq
- Output. Holds an integer that is the maximum display sequence for the specified work order and operation. If no job exists for the specified work order, a value of 1 is returned.