GetLotAttrs Method (Attrs)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetLotAttrs() method retrieves lot attributes based on the item ID, lot number and/or attribute ID.
Parameters
- itemId
- Optional. Holds the ID of the item whose lot attributes are being retrieved. Set to null to not restrict the search to a specific item.
- lotNo
Optional. Holds the number of the lot whose attributes are being retrieved. Set to null to not restrict the search to a specific lot number.
- attrId
Optional. Holds the ID of the specific attribute to be retrieved. Set to null to not restrict the search to a specific attribute.
Return Value
Returns a DataSet that includes the lot attributes filtered by the specified
parameter values.