- CFO (Cloud Framework Objects) Is a solution to admin Datastore Entities, Database tables, BigQuery datasets and Remote SQL tables by Proxy as a WebApp with advanced features allowing to prototype solutions faster a cheaper.
<aside>
💡 It requires a CFERPDEV license by user to be used.
</aside>
When you have accessed a CFO and you have the license activated you will see a gear icon in the top-right filter area: [CFO]

- It will open the CFO CloudFrameWorkCFOsLocal WebApp to configure the behaviour of the specific CFO Id.
Model and Dependences
The model node describes the fields that the Entity or the table will have. The structure is a list fieldNames with an array of two parameters.
The First-Parameter is the field type
The Second-Paramer is related to extra properties.
"{fieldName}": [ First-Parameter,Second-Parameter],
"KeyId": [
"key",
"index|keyid|allownull"
],
"DateInsertion": [
"datetime",
"index|forcevalue:now"
],

Security, Fields, Logs & Backups
Security, Logs & Backups in CFOs

CFI (CloudFrameworkInterface)
Basic Info:
- object = object name in Database/Datastore
- name = Name of the CFO
- plural = Plural to name many CFO entities/rows
- ico = The ico to be shown in the interface
- project_id = [OPTIONAL] the project Id where the DataStore is stored (by default it will be cloudframework-io)
- namespace = [OPTIONAL] the namespace where to keep Datastore information (by default it is the own organization)
CFO Field Types & Attributes
Filters in CFO
Reports in CFO
Buttons in CFO
Views in CFO
Hooks in CFO
Connect with external API


How to insert?
How to update?
How to delete?