Categories

Follow our news:

Follow canonburysvcs on Twitter Follow Canonbury Services on Facebook Follow Canonbury Services' news by RSS Follow Canonbury Services' news by Atom Follow Canonbury Services' news by email

NEWS & TECH BLOG

Where do GM+View pages live?

04/01/2012 – in Structure

GM+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’

Share