nsmockup
Version:
Test your Suitescripts before deploying to NetSuite
381 lines • 7.16 kB
JSON
{
"code": "itemdemandplan",
"id": 0,
"translations": {
"en": "Item Demand Plan"
},
"inactive": false,
"fields": [
{
"code": "alternatesourceitem",
"type": "TEXT",
"translations": {
"en": {
"label": "Alternate Source Item"
}
},
"mandatory": false
},
{
"code": "analysisduration",
"type": "INTEGER",
"translations": {
"en": {
"label": "Last Historical Analysis Duration"
}
},
"mandatory": false
},
{
"code": "customform",
"type": "SELECT",
"translations": {
"en": {
"label": "Custom Form"
}
},
"mandatory": false,
"recordType": null
},
{
"code": "demanddate",
"type": "DATE",
"translations": {
"en": {
"label": "Demand Date"
}
},
"mandatory": false
},
{
"code": "demandplancalendartype",
"type": "SELECT",
"translations": {
"en": {
"label": "View"
}
},
"mandatory": false,
"recordType": null
},
{
"code": "enddate",
"type": "DATE",
"translations": {
"en": {
"label": "End Date"
}
},
"mandatory": false
},
{
"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": "month",
"type": "SELECT",
"translations": {
"en": {
"label": "Month"
}
},
"mandatory": false,
"recordType": null
},
{
"code": "name",
"type": "TEXT",
"translations": {
"en": {
"label": "Name"
}
},
"mandatory": true
},
{
"code": "projectionduration",
"type": "INTEGER",
"translations": {
"en": {
"label": "Last Projection Duration"
}
},
"mandatory": false
},
{
"code": "projectioninterval",
"type": "TEXT",
"translations": {
"en": {
"label": "Last Projection Interval"
}
},
"mandatory": false
},
{
"code": "projectionmethod",
"type": "TEXT",
"translations": {
"en": {
"label": "Last Projection Method"
}
},
"mandatory": false
},
{
"code": "projectionstartdate",
"type": "DATE",
"translations": {
"en": {
"label": "Last Projection Start Date"
}
},
"mandatory": false
},
{
"code": "quantity",
"type": "FLOAT",
"translations": {
"en": {
"label": "Quantity"
}
},
"mandatory": false
},
{
"code": "quantityuom",
"type": "FLOAT",
"translations": {
"en": {
"label": "Quantity in Demand Plan Units"
}
},
"mandatory": false
},
{
"code": "startdate",
"type": "DATE",
"translations": {
"en": {
"label": "Start 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
},
{
"code": "year",
"type": "YEAR",
"translations": {
"en": {
"label": "Year"
}
},
"mandatory": false
}
],
"subLists": [
{
"code": "demandplandetail",
"translations": {
"en": "Demand"
},
"fields": [
{
"code": "enddate",
"type": "DATE",
"translations": {
"en": {
"label": "End Date"
}
},
"mandatory": false
},
{
"code": "quantity_1_",
"type": "POSFLOAT",
"translations": {
"en": {
"label": "Quantity"
}
},
"mandatory": false
},
{
"code": "startdate",
"type": "DATE",
"translations": {
"en": {
"label": "Start Date"
}
},
"mandatory": false
},
{
"code": "systemcalculated",
"type": "FLOAT",
"translations": {
"en": {
"label": "Monthly Calculated"
}
},
"mandatory": false
}
]
}
],
"tabs": [
{
"code": "demand",
"translations": {
"en": "Demand"
}
},
{
"code": "workflow",
"translations": {
"en": "Workflow"
}
}
]
}