Classic Dataview Populated Info Where?

Hi all,
I am trying to create a Kinetic Dashboard Via a custom DataView we have in Classic. The classic screen is not a dashboard - so I can’t pull it up via the Dashboard application. I do not have tons of experience in Classic, therefore I am struggling to find where the custom data view is populated from in Customization Manager.
I have checked Object Explorer, Custom XML editor, and the Custom Code section.
Any Tips :slight_smile: ? Let me know if more info is needed

can you show the dataview in a screenshot?

is the classic dataview on a form vs a dashboard.

The classic Dataview is on an Entry form.
I need to find SubShip H

The dataview is a table in the database; Erp.SubShipH

Should be able to create a BAQ using the table.

Then use the BAQ as a dataview. (or use the table as well depending on what you are trying to do)

SubShipH : SubContract Shipment Header. Each record in this file represents a shipment to a subcontractor that is involved in a manufacturing job.

image

Thank you!