Hi,
A user asked if it was possible to see the total Quote amount as a screen column when browsing through the quotes. When browsing through the quotes, data is coming from the QUOTE table. The quote amounts are contained in the QUOTE_PRICE table. I recall way way back that by modifying vmbrowse.ini one could pull in fields outside of the default set of fields to choose from. Is this the best way to accomplish this task?
I created an SQL view on the database containing 2 fields QUOTE_ID, and AMOUNT. That's as far as I got. Any help much appreciated.