Files
espocrm/application/Espo/Resources/metadata/fields/rangeInt.json
2026-01-19 17:46:06 +01:00

34 lines
679 B
JSON

{
"actualFields": [
"from",
"to"
],
"fields": {
"from": {
"type": "int",
"layoutAvailabilityList": [
"filters",
"massUpdate"
]
},
"to": {
"type": "int",
"layoutAvailabilityList": [
"filters",
"massUpdate"
]
}
},
"params": [
{
"name": "disableFormatting",
"type": "bool"
}
],
"naming": "prefix",
"notMergeable": true,
"notCreatable": true,
"filter": false,
"skipOrmDefs": true
}