GPVSavedState - AppGeo/GPV GitHub Wiki
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).