Display Data from Native table in UD UI

I am confused about how to proceed, any help is greatly appreciated.
What is required;
Using UD25, enter a serial number into UD25.Key1 and display read-only information from the SerialNo table (PartNum, Checkbox01, Checkbox02, Date01).

Do I need to use a Foreign Key View? I went through the walk-through in the customization guide, but everything is already available so it was easy. How do I make the SerialNo table available to select in the Custom Data Dialog? If I am on the right track that is.
If I am totally off base please let me know.

If I understand, then I’m thinking you’ll want to use a BAQ and DynamicQuery instead.
I think you’ll be able to search this site and find some good examples.

While FKV with UD tables is possible but… it’s pretty messy (I think)
Ref this thread… which may seem kind of rambling but… should give you the general idea.

Thank you! I will have to give this a try tomorrow and post my results.