Procurify · Schema

FieldTypeEnum

* `t` - Text * `a` - Large Text Field * `i` - Integer * `f` - Floating point decimal * `b` - Boolean (Yes/No) * `m` - Dropdown Choices * `d` - Date * `h` - Date Time

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration
View JSON Schema on GitHub

JSON Schema

fieldtypeenum.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FieldTypeEnum",
  "enum": [
    "t",
    "a",
    "i",
    "f",
    "b",
    "m",
    "d",
    "h"
  ],
  "type": "string",
  "description": "* `t` - Text\n* `a` - Large Text Field\n* `i` - Integer\n* `f` - Floating point decimal\n* `b` - Boolean (Yes/No)\n* `m` - Dropdown Choices\n* `d` - Date\n* `h` - Date Time"
}