AddLotAttrs Method
- Last UpdatedNov 06, 2025
- 1 minute read
The AddLotAttrs() method adds the specified attribute to the specified item and lot with an initial value.
Parameters
- itemId
- Required. Holds the ID of the item to whose lot the attribute is being added.
- lotNo
- Required. Holds the number of the lot to which the attribute is being added.
- attrId
- Required. Holds the ID of the attribute to initialize for this lot.
- initialValue
- Required. Holds the initial value for the lot attribute being added.