PopupJobAttrsDlg(String,String,Int32,String,ColumnList) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopupJobAttrsDlg() method opens the job attributes dialog to display any job attributes assigned to the specified job. A job is specified by a work order ID, an operation ID, and an operation sequence number. This overload of the method includes a list of columns to include in the queue grid.
public static void PopupJobAttrsDlg(
string woId,
string operId,
int seqNo,
string jobDesc,
Xceed.Grid.Collections.ColumnList columns
)
Parameters
- woId
- Required. Holds the job's work order ID.
- operId
- Required. Holds the job's operation ID.
- seqNo
- Required. Holds the job's operation sequence number.
- jobDesc
- Required. Holds the description of the job.
- columns
- Optional. Holds list of columns in the queue grid.