ns-export
Version:
Export Record Type metadata to JSON
82 lines • 1.47 kB
JSON
{
"code": "landedcost",
"id": -10052,
"translations": {
"en": "Landed Cost"
},
"inactive": false,
"fields": [
{
"code": "externalid",
"type": "TEXT",
"translations": {
"en": {
"label": "ExternalId"
}
},
"mandatory": false
},
{
"code": "item",
"type": "SELECT",
"translations": {
"en": {
"label": "Item"
}
},
"mandatory": false,
"recordType": "item"
},
{
"code": "name",
"type": "TEXT",
"translations": {
"en": {
"label": "Name"
}
},
"mandatory": true
},
{
"code": "total",
"type": "CURRENCY2",
"translations": {
"en": {
"label": "Total"
}
},
"mandatory": false
}
],
"subLists": [
{
"code": "landedcostdata",
"translations": {
"en": "Landed Cost"
},
"fields": [
{
"code": "amount",
"type": "POSCURRENCY",
"translations": {
"en": {
"label": "Amount"
}
},
"mandatory": true
},
{
"code": "costcategory",
"type": "SELECT",
"translations": {
"en": {
"label": "Cost Category"
}
},
"mandatory": true,
"recordType": null
}
]
}
]
}