I have been trying to find a table in Gridview that will allow me to extract order detail information as well as certain IC information. There is one such composite table, but it does not contain the optional fields from IC. We intend to use those fields for information we need to put on Customs/Nafta invoice. we have set up those optional fields as follows:

String field 1: harmonized Code
String field 2: Country of Origin
String field 3: Materials
Unit field 1: MP Units ('MP' stands for Master Pack)

How do I access those fields through GridView? the only table I found that listed those fields was the I/C Master table. However, I also need to order detail information so that I can query the item information for a particular order or number of orders.

Andre