System structures
Each app has several system structures from the very beginning:

Folder | Structure name | Structure system name | What is it for? |
Root/ | App users | WebUser | |
Root/ | Files | FileUpload | |
Root/ System/ | App global constants | GlobalVariables | |
Root/ Integrations/ | — | — |
Folder | Structure name | Structure system name | What is it for? |
Root/ System/ | User sessions | WebUserSession | Store the sessions for App users |
Root/ System/ | Social sessions | SocialUser | Store connection to social accounts (facebook, google, etc.) for App users |
Root/ System/ Logs/ | — | — | Store app logs, which you can see on Dashboard |
Root/ System/ Logs/ | Import data logs | ImportInformation | Objects with status of data import operations |
Last modified 3yr ago