GetSpecGroups Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetSpecGroups() method retrieves a list of specification groups linked to the specified job.
Parameters
- woId
- Required. Holds the work order ID of the job.
- operId
- Required. Holds the operation ID of the job.
- seqNo
- Required. Holds the job sequence number.
Return Value
Returns a DataSet that contains the group ID for each specification group linked to the specified job. If no specification groups are found, an empty DataSet is returned.
The column of the returned DataSet is described below.
|
Column Name |
Description |
|---|---|
|
grp_id |
An integer that is the ID of the specification group that groups related specs, from the spec.grp_id column linked to the job_spec.spec_id column for this job. |