GetJobAttrs(String,String,Int32,Int32) Method
- Last UpdatedNov 06, 2025
- 1 minute read
This overload of the GetJobAttrs() method retrieves a specific attribute for the specified job from the database.
Parameters
- woId
- Required. Holds the work order ID of the job whose attribute is being retrieved.
- operId
- Required. Holds the operation ID of the job whose attribute is being retrieved.
- seqNo
- Required. Holds the sequence number of the job whose attribute is being retrieved.
- attrId
- Required. Holds the attribute ID of the attribute that is being requested for this job.
Return Value
Returns a DataRow containing the specified job attribute's data if it exists;
otherwise, returns null.