How to add a column to price sheets?

SOLVED

Hi All,

First post, a little bit about myself: I'm an IT intern for a small manufacturing company in Northern Colorado, I've been given some projects that involve MAS 500, mainly report customization. There currently is no on-site IT staff, so I've come here for a bit of insight.

So, I'm looking to add a column to a grid; specifically our price sheets. (Inventory Management > maintenance > Maintain Prices > Price Sheets)

As they are, we have an item # and associated pricing attributes, but many users of the system are requesting we add an 'Item Description' to the gird. After some research I've found that reports and lookups are generated through SQL views, and that MAS is meta-data driven; so there should a record in a table that contains the columns to be returned for the price sheets. 

I've searched in the 'tsmLookupView' tables, and haven't found anything matching our price sheet; and haven't found a view that returns our pricing information. I have run a SQL trace, and found the SQL query that is being executed when calling the price sheets, but haven't found where to edit that statement and to add any meta-data for the price sheet.

Any assistance or insight would be appreciated!