<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]

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:

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?