Record stored in the object offLine Datebase that stores local copy of data for several linked accounts Technical envelope for data object to be stored in the database Should be compatible with offLine storage in the IndexDB

interface fOffObject {
    dataObj: object;
    dtLastModif: Date;
    lastModif: Date;
    loaded: Date;
    objectID: iAttrVal;
    objectName: string;
    server: string;
    uID: number;
}

Properties

dataObj: object

All object data Note: object is not fDataObject because it would store also the object definition not only data. However, technically it a copy of fDataObject withouth oD

dtLastModif: Date

Last loaded datetime from database. Note: objects that are stored as persistent should always have the dtLastModif field in database and loaded

lastModif: Date

Last datetime when detail of object was saved modified

loaded: Date

Datetime when object was last loaded (or created for objects that are new offStatus = NW)

objectID: iAttrVal

object id number

objectName: string

object name

server: string

Name of the object that manages the object

uID: number

User that is owner of the object - sysUserID of the logged user