GetAllJobAttributesByFilter Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAllJobAttributesByFilter() method retrieves all of a specified job's attributes from the database.
public static DataSet GetAllJobAttributesByFilter(
string woId,
string operId,
Nullable<int> seqNo
)
Parameters
- woId
- Required. Holds the work order ID of the job for which the attributes are being retrieved.
- operId
- Required. Holds the operation ID of the job for which the attributes are being retrieved.
- seqNo
- Required. Holds the operation sequence number of the job for which the attributes are being retrieved.
Return Value
Returns a DataSet of the job's attributes.