Allow to show buttons to trigger actions

buttons: [{object}]

object:

{
  "DataStoreEntities": {
     "EntityName": {
        "interface": {
          "buttons": [
          {"title": "New Document","type": "api-insert", "button_type": "info"},
          {"title": "Bulk Upload","type": "api-bulk", "api":"/cfo/CF_FinancialInvoices"},
          {"title": "Update","type": "external-api", "api":"/cfo/CF_CRMOrganizations"}

        ],
        }
     }
  }
}

Show buttons in the list interface to execute actions. The common is to execute an api-insert attribute.

api-insert

api-bulk

external_api