nsmockup
Version:
Test your Suitescripts before deploying to NetSuite
383 lines • 7.52 kB
JSON
{
"code": "manufacturingrouting",
"id": 0,
"translations": {
"en": "Manufacturing Routing"
},
"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": "isdefault",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Default"
}
},
"mandatory": false
},
{
"code": "isinactive",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Inactive"
}
},
"mandatory": false
},
{
"code": "item",
"type": "SELECT",
"translations": {
"en": {
"label": "Item"
}
},
"mandatory": true,
"recordType": "item"
},
{
"code": "location",
"type": "SELECT",
"translations": {
"en": {
"label": "Location"
}
},
"mandatory": true,
"recordType": "location"
},
{
"code": "manufacturingcosttemplate",
"type": "SELECT",
"translations": {
"en": {
"label": "Manufacturing Cost Template"
}
},
"mandatory": false,
"recordType": "manufacturingcosttemplate"
},
{
"code": "manufacturingworkcenter",
"type": "SELECT",
"translations": {
"en": {
"label": "Manufacturing Work Center"
}
},
"mandatory": false,
"recordType": null
},
{
"code": "memo",
"type": "TEXT",
"translations": {
"en": {
"label": "Memo"
}
},
"mandatory": false
},
{
"code": "name",
"type": "TEXT",
"translations": {
"en": {
"label": "Name"
}
},
"mandatory": false
},
{
"code": "name",
"type": "TEXT",
"translations": {
"en": {
"label": "Name"
}
},
"mandatory": true
},
{
"code": "operationname",
"type": "TEXT",
"translations": {
"en": {
"label": "Operation Name"
}
},
"mandatory": false
},
{
"code": "operationyield",
"type": "PERCENT",
"translations": {
"en": {
"label": "Operation Yield"
}
},
"mandatory": false
},
{
"code": "runrate",
"type": "FLOAT",
"translations": {
"en": {
"label": "Run Rate"
}
},
"mandatory": false
},
{
"code": "sequence",
"type": "INTEGER",
"translations": {
"en": {
"label": "Operation Sequence"
}
},
"mandatory": false
},
{
"code": "setuptime",
"type": "FLOAT",
"translations": {
"en": {
"label": "Setup Time"
}
},
"mandatory": false
},
{
"code": "subsidiary",
"type": "SELECT",
"translations": {
"en": {
"label": "Subsidiary"
}
},
"mandatory": true,
"recordType": "subsidiary"
},
{
"code": "user",
"type": "SELECT",
"translations": {
"en": {
"label": "User"
}
},
"mandatory": false,
"recordType": "employee"
}
],
"subLists": [
{
"code": "routingstep",
"translations": {
"en": "Routing Steps"
},
"fields": [
{
"code": "laborresources",
"type": "INTEGER",
"translations": {
"en": {
"label": "Labor Resources"
}
},
"mandatory": false
},
{
"code": "machineresources",
"type": "INTEGER",
"translations": {
"en": {
"label": "Machine Resources"
}
},
"mandatory": false
},
{
"code": "manufacturingcosttemplate",
"type": "SELECT",
"translations": {
"en": {
"label": "Manufacturing Cost Template"
}
},
"mandatory": true,
"recordType": "manufacturingcosttemplate"
},
{
"code": "manufacturingworkcenter",
"type": "SELECT",
"translations": {
"en": {
"label": "Manufacturing Work Center"
}
},
"mandatory": true,
"recordType": null
},
{
"code": "operationname",
"type": "TEXT",
"translations": {
"en": {
"label": "Operation Name"
}
},
"mandatory": true
},
{
"code": "operationsequence",
"type": "INTEGER",
"translations": {
"en": {
"label": "Operation Sequence"
}
},
"mandatory": true
},
{
"code": "operationyield",
"type": "PERCENT",
"translations": {
"en": {
"label": "Operation Yield"
}
},
"mandatory": false
},
{
"code": "runrate",
"type": "FLOAT",
"translations": {
"en": {
"label": "Run Rate (Min/Unit)"
}
},
"mandatory": true
},
{
"code": "setuptime",
"type": "FLOAT",
"translations": {
"en": {
"label": "Setup Time (Min)"
}
},
"mandatory": true
}
]
}
],
"tabs": [
{
"code": "routingsteps",
"translations": {
"en": "Routing Steps"
}
},
{
"code": "workflow",
"translations": {
"en": "Workflow"
}
}
]
}