Add DataView to screen

How do you add a DataVIew to a screen so you can use it in DataBinding?

I am not looking to add a BAQ or Dashboard, I’m just looking to add a DataView from another module. Specifically, I’m looking to add an APInvDtl view to Customer Shipment Entry.

I have already added the PackNum to the APInvDtl table. I have used the customization wizard to add in the reference to the APInv adapter. I don’t know how to now add a new DataView in so I can bind it to a grid view to display data.

Can anyone point me in the right direction?

You want to use a foreign key view (FKV). There are various posts on here that can help with that. Here’s one of them.

1 Like

thanks @Banderson, I’ll look it over