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.

