ns-export
Version:
Export Record Type metadata to JSON
301 lines • 5.59 kB
JSON
{
"code": "itemsupplyplan",
"id": -10049,
"translations": {
"en": "Item Supply Plan"
},
"inactive": false,
"fields": [
{
"code": "customform",
"type": "SELECT",
"translations": {
"en": {
"label": "Custom Form"
}
},
"mandatory": false,
"recordType": null
},
{
"code": "externalid",
"type": "TEXT",
"translations": {
"en": {
"label": "ExternalId"
}
},
"mandatory": false
},
{
"code": "externalidstring",
"type": "TEXT",
"translations": {
"en": {
"label": "External ID (Text)"
}
},
"mandatory": false
},
{
"code": "formulacurrency",
"type": "CURRENCY",
"translations": {
"en": {
"label": "Formula (Currency)"
}
},
"mandatory": false
},
{
"code": "formuladate",
"type": "DATE",
"translations": {
"en": {
"label": "Formula (Date)"
}
},
"mandatory": false
},
{
"code": "formuladatetime",
"type": "DATETIME",
"translations": {
"en": {
"label": "Formula (Date/Time)"
}
},
"mandatory": false
},
{
"code": "formulanumeric",
"type": "FLOAT",
"translations": {
"en": {
"label": "Formula (Numeric)"
}
},
"mandatory": false
},
{
"code": "formulapercent",
"type": "PERCENT",
"translations": {
"en": {
"label": "Formula (Percent)"
}
},
"mandatory": false
},
{
"code": "formulatext",
"type": "TEXT",
"translations": {
"en": {
"label": "Formula (Text)"
}
},
"mandatory": false
},
{
"code": "item",
"type": "SELECT",
"translations": {
"en": {
"label": "Item"
}
},
"mandatory": true,
"recordType": "item"
},
{
"code": "lastmodifieddate",
"type": "DATETIME",
"translations": {
"en": {
"label": "Last Plan Modified"
}
},
"mandatory": false
},
{
"code": "location",
"type": "SELECT",
"translations": {
"en": {
"label": "Location"
}
},
"mandatory": true,
"recordType": "location"
},
{
"code": "memo",
"type": "TEXT",
"translations": {
"en": {
"label": "Memo"
}
},
"mandatory": false
},
{
"code": "name",
"type": "TEXT",
"translations": {
"en": {
"label": "Name"
}
},
"mandatory": true
},
{
"code": "ordercreated",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Order Created"
}
},
"mandatory": false
},
{
"code": "orderdate",
"type": "DATE",
"translations": {
"en": {
"label": "Order Date"
}
},
"mandatory": false
},
{
"code": "ordertype",
"type": "SELECT",
"translations": {
"en": {
"label": "Order Type"
}
},
"mandatory": false,
"recordType": null
},
{
"code": "quantity",
"type": "FLOAT",
"translations": {
"en": {
"label": "Quantity"
}
},
"mandatory": false
},
{
"code": "quantityuom",
"type": "FLOAT",
"translations": {
"en": {
"label": "Quantity in Supply Plan Units"
}
},
"mandatory": false
},
{
"code": "receiptdate",
"type": "DATE",
"translations": {
"en": {
"label": "Receipt Date"
}
},
"mandatory": false
},
{
"code": "subsidiary",
"type": "SELECT",
"translations": {
"en": {
"label": "Subsidiary"
}
},
"mandatory": true,
"recordType": "subsidiary"
},
{
"code": "units",
"type": "SELECT",
"translations": {
"en": {
"label": "Unit of Measure"
}
},
"mandatory": false,
"recordType": null
}
],
"subLists": [
{
"code": "order",
"translations": {
"en": "Orders"
},
"fields": [
{
"code": "orderdate",
"type": "DATE",
"translations": {
"en": {
"label": "Order Date"
}
},
"mandatory": true
},
{
"code": "ordertype",
"type": "SELECT",
"translations": {
"en": {
"label": "Order Type"
}
},
"mandatory": true,
"recordType": null
},
{
"code": "quantity",
"type": "POSFLOAT",
"translations": {
"en": {
"label": "Quantity"
}
},
"mandatory": true
},
{
"code": "receiptdate",
"type": "DATE",
"translations": {
"en": {
"label": "Receipt Date"
}
},
"mandatory": true
}
]
}
],
"tabs": [
{
"code": "orders",
"translations": {
"en": "Orders"
}
},
{
"code": "workflow",
"translations": {
"en": "Workflow"
}
}
]
}