NEWS & TECH BLOG
Where do GM+View pages live?
04/01/2012 – in StructureGM+View pages are written in HTML, and so are basically small web pages in their own right.
They are held in the Mailbox table within the GoldMine database, and can be found with the following query:
select * from mailbox where folder=’X-GM-HTMLTAB’
A second query will bring out a properties entry for the tab itself:
select * from mailbox where folder=’X-GM-PROP-HTMLTAB’