Built in Datagrid datasource

Hey

Happy Friday.

Is there a list or documentation that explains what tables & relationships are used in the underlying bindings of built in datagrids? We are trying to track how the Sales Order Tracker / Shipments datagrid is populated. Its using a ShipHead binding but the fields used look like they are coming from at least 5 different tables.

Ive had this a few times where a field on an Entry form is required, say its called OrderDtl.ShippingAddress but then when i go to a BAQ, the field is not in that table.

If there was lit that would explain whats used for these built in datasets, it would really help in so many ways…

does anything exist like that or similar that i can refer to?

Thanks

You could check the REST API Help. Looks like the Shipments grid is being populated using the GetCustShipOrdTrk method of the CustShipSvc BO.

1 Like

Happy Friday to you as well!

If you’re still utilizing the client and modern interface, you can utilize the object explorer to investigate the DataView and its members. It will usually provide a Like value to clue you into which fields it representing or directly pulling from, see below.

1 Like