PopupJobEventDlg Method (Jobs)
- Last UpdatedNov 06, 2025
- 2 minute read
The PopupJobEventDlg() method opens the Job Event dialog for the specified job. A job is specified by a work order ID, an operation ID, and an operation sequence number. The Job Event dialog lists all job events recorded for the specified job and allows the user to edit the values recorded for the event. Events include certification sign-off, adding production, adding consumption, reclassifying production, reclassifying consumption, completing a step, changing a job specification, and changing a job state.
public static bool PopupJobEventDlg(
string woID,
string operID,
int seqNo,
string lotNo,
User user,
int stepNo,
int entID,
int jobPos
)
Parameters
- woID
- Required. Holds the ID of the job's work order.
- operID
- Required. Holds the ID of the job's operation.
- seqNo
- Required. Holds the job's operation sequence number.
- lotNo
- Required. Holds the lot number for the item currently being produced.
- user
- Required. Holds the name of the current user.
- stepNo
- Required. Holds the number of the current step.
- entID
- Required. Holds the ID of the entity.
- jobPos
Required. Holds the job position on the current entity at which the current job is running. The job event being opened in the dialog is for the job running at this job position.
Return Value
Returns true if the user enters an event.