03-05-2015 09:50 AM
In the default database schema for TestStand, I see how UUT_SERIAL_NUMBER gets generated via the PreUUT callback.
How do I get the PART_NUMBER field in that same UUT_RESULT table loaded? Some of my UUTs have different part numbers than others.
Stephen
Solved! Go to Solution.
03-05-2015 03:03 PM
Oh I see. In PreUUT I need to assign a string to "Parameters.UUT.PartNumber", and that gets propagated to the database.