external_apis:[objects]

{
  "DataBaseTables": {
     "TableName": {
        "interface": {
           "fields": [
						"external_apis": [
							{   "title": "Issue Invoice"
							   ,"url": "<https://api.cloudframework.io/erp/v1/bnext/cfo/gen_invoice>",
                 ,"method":"GET"
                 "js_condition":"\\"{{FinancialInvoice_FinancialInvoicesType_Id}}\\" == \\"2\\""
							}
						]
						}
         }
     }
  }
}

Allow to show one or more buttons to call an external API described in the object.

When the virtual field os shown in the list

When you click, the info contained in the row will be send by POST, to the url included in the object and the interface will expect a CFO API behaviour.

When the virtual field os shown in update/display

When you click, the info contained in the record/entity will be send by POST, to the url included in the object and the interface will expect a CFO API behaviour.