Skip to main content
Question

Retrieving Lot Serial Nbr Attribute Value in 25R1

  • October 16, 2025
  • 1 reply
  • 37 views

With the new Lot Serial Attributes feature in 25R1, what is the best way to retrieve the value of the attribute for the lot serial number?

My expectation was to be able to pass the lot serial number and attribute ID (with “Attribute” prepended) to GetValueExt, but I’m not consistently getting the return data that I’m expecting.

I’m specifically looking at numeric attributes, so I’m looking for the ValueNumeric column from INItemLotSerialAttributesHeaderKvExt where the RecordID matches the NoteID of the INItemLotSerialAttributesHeader of the record passed to GetValueExt along with matching the AttributeID value.

 

Thanks in advance.

1 reply

Forum|alt.badge.img

I was just having trouble getting some data out of the LotsSerialAttributesHeader like how I used to pull straight from ItemLotSerialInfo, but I couldn’t find a good way. So instead, I just brought in ItemLotSerial since it’s listed as an option in the DAC.
 


Worked great for my need. Let me know if it helps yours!