2022-10-05 20:07:17 +05:30
|
|
|
{
|
|
|
|
"name": "Location",
|
|
|
|
"label": "Location",
|
|
|
|
"isSingle": false,
|
|
|
|
"isChild": false,
|
|
|
|
"naming": "manual",
|
|
|
|
"fields": [
|
|
|
|
{
|
|
|
|
"fieldname": "name",
|
|
|
|
"label": "Location Name",
|
|
|
|
"fieldtype": "Data",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
2022-11-21 12:45:57 +05:30
|
|
|
"fieldname": "address",
|
|
|
|
"label": "Address",
|
2022-10-05 20:07:17 +05:30
|
|
|
"fieldtype": "Link",
|
2022-11-21 12:45:57 +05:30
|
|
|
"target": "Address",
|
2023-03-02 13:42:16 +05:30
|
|
|
"create": true
|
2022-10-05 20:07:17 +05:30
|
|
|
}
|
|
|
|
],
|
2022-11-21 12:45:57 +05:30
|
|
|
"quickEditFields": ["item", "address"]
|
2022-10-05 20:07:17 +05:30
|
|
|
}
|