Fields

Fields are the building blocks of entities, they are what add in all functionality to the entities themselves.

Every entity will have two default fields, name and description.

However, users and plugins can define custom fields as well.

For example, the project management plugin provides the following fields for project and task entity types:

  • priority

  • status

  • deadline

  • order

The financial management plugin also provides its own fields for project and task as well:

  • total amount

  • budget

With this setup, finsight can be used to store ANY sort of data.

Last updated