PopupNotesDlg() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the PopupNotesDlg() method to open the Notes dialog box to show the notes of the specified job if the NotesEnabled property is True.
Syntax
PopupNotesDlg(notes, woID, operID, seqNo, itemID);
Parameters
notes
A string that indicates the current job notes of the specified job.
woId
A string that indicates the work order ID used to identify the job whose notes are shown.
operId
A string that indicates the operation ID used to identify the job whose notes are shown.
seqNo
An integer that represents the sequence No to identify the job whose notes are shown.
itemID
A string that indicates the item ID of the job. If specified, the item notes of the job are viewable by selecting the Item Notes option on the Notes dialog box.