System data
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
System data refers to any data that is used or generated by JFW during its operation. System data can include a wide range of information such as user preferences, user activity logs, system performance metrics, system configurations, and more.
If a table’s data record marked as "System" is the data created by the Jframework Team. Otherwise, the data is created by end-dev.
For example: With the information below, we can see that {Active, Inactive, Blocked, Suspended, Deleted} is created by the system. {Spam} is created by end-dev.
1
Active
1
User status is active
YES
NO
2
Inactive
0
User status is inactive
YES
YES
3
Blocked
-1
User status is blocked
YES
NO
4
Suspended
-2
User has been suspended by some reasons
YES
NO
5
Deleted
-4
User was marked as deleted
YES
NO
6
Spam
-5
User was marked as spam
NO
NO
The data marked as "System" must be deleted by DBA, not by methods from Jframework or other end-dev implementations (.NET, Java, API).