GetLotAttr Method (Items)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetLotAttr() method creates a LotAttr object that represents the specified lot attribute. The lot attribute's properties are retrieved from the database.
Parameters
- itemId
- Required. Holds the ID of the item whose lot attribute is being retrieved.
- lotNo
- Required. Holds the number of the lot whose attribute is being retrieved.
- attrId
- Required. Holds the ID of the attribute being retrieved.
Return Value
Returns a DataSet that represents the specified lot attribute or null if the attribute does not exist.