Files
books/schemas/app/IntegrationErrorLog.json

30 lines
551 B
JSON

{
"name": "IntegrationErrorLog",
"label": "Integration Error Log",
"naming": "autoincrement",
"fields": [
{
"fieldname": "name",
"label": "Entry No.",
"fieldtype": "Data",
"required": true
},
{
"fieldname": "data",
"label": "Data",
"readonly": true,
"fieldtype": "Text",
"section": "Default"
},
{
"fieldname": "error",
"label": "Error",
"readonly": true,
"fieldtype": "Text",
"section": "Default"
}
],
"keywordFields": ["name"]
}