PopUpAddAssignSNoDlgWithWoAndItemID(String,String,String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopUpAddAssignSNoDlgWithWoAndItemID() method opens a new Add/Assign Serial Number dialog. This overload of the method includes the work order and item IDs to filter ????, and an operation ID parameter to define the default value for the Operation drop-down.
public static bool PopUpAddAssignSNoDlgWithWoAndItemID(
string _itemID,
string _woID,
string _operID
)
Parameters
- _itemID
- Required. Holds the item ID ???
- _woID
- Required. Holds the work order ???
- _operID
- Optional. Holds the ID of the operation ???
Return Value
Returns true if a serial number is added or assigned, or false if the user
cancels the dialog.