How to create a "view" in a standard screen to pull in another table?

I need to modify a standard screen(Change PO Suggestions) such that I need to add a UD field from the part table.

I’d prefer to learn to become more independent at finding answers to my questions via the documentation (although I very much appreciate all the answers I’ve received). I’m reading the Customization User’s Guide and I think what I need to do is create a Foreign Key View. Am I on the right track?

Yes you can create a Foreign Key View (FKV) with,
Parent View Name: POSuggChg
Column Name: POLinePartNum

Note that FKVs are going to be read only fields and cannot be updated.

1 Like