GetJobSpecs Method (DataLogs)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetJobSpecs() method retrieves the job specifications for the specified job and list of specifications.
Parameters
- woId
- Required. Holds the work order ID of the job whose specification information is being retrieved.
- operId
- Required. Holds the operation ID of the job whose specification information is being retrieved.
- seqNo
- Required. Holds the operation sequence number of the job whose specification information is being retrieved.
- specIds
- Required. Holds the concatenated string of specification IDs, separated by a comma (,), whose information is being retrieved.
Return Value
Returns a DataSet containing the job specification information for the specified
job and list of specifications.