Skip to content
Peter Girard edited this page Apr 29, 2017 · 2 revisions

The GPVSavedState table stores the state of the GPV for the email function.

Columns

  • StateID - A random six-character identifier for this state (not null). This value is automatically filled by the GPV and should not be modified.
  • DateCreated - The date when this state was created (not null).
  • DateLastAccessed - The date when this state was last recalled (not null).
  • State - A compressed text string containing the application state data (not null).
Clone this wiki locally