PopupLotNoAttributes(String,String,Boolean,ColumnList) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopupLotNoAttributes() method opens the Attributes form to display the lot number attributes for the specified item/lot number pair. This overload of the method includes a flag that can be set to make the attributes view-only. This overload also includes a list of columns to include in the inventory grid.
public static void PopupLotNoAttributes(
string itemID,
string lotNo,
bool viewOnly,
Xceed.Grid.Collections.ColumnList columns
)
Parameters
- itemID
- Required. Holds the ID of the item whose lot number attributes are to be displayed in the form.
- lotNo
- Required. Holds the number of the lot whose attributes are to be included in the form.
- viewOnly
- Required. Holds a flag that, if set to true, makes the attributes view-only.
- columns
- Optional. Holds the list of columns in the inventory grid.