nsmockup
Version:
Test your Suitescripts before deploying to NetSuite
172 lines • 3.17 kB
JSON
{
"code": "scheduledscriptinstance",
"id": 0,
"translations": {
"en": "Scheduled Script Instance"
},
"inactive": false,
"fields": [
{
"code": "datecreated",
"type": "DATETIME",
"translations": {
"en": {
"label": "Date Created"
}
},
"mandatory": false
},
{
"code": "enddate",
"type": "DATETIME",
"translations": {
"en": {
"label": "End Date"
}
},
"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": "name",
"type": "TEXT",
"translations": {
"en": {
"label": "Name"
}
},
"mandatory": true
},
{
"code": "percentcomplete",
"type": "PERCENT",
"translations": {
"en": {
"label": "Percent Complete"
}
},
"mandatory": false
},
{
"code": "queue",
"type": "TEXT",
"translations": {
"en": {
"label": "Queue"
}
},
"mandatory": false
},
{
"code": "queueposition",
"type": "INTEGER",
"translations": {
"en": {
"label": "Queue Position"
}
},
"mandatory": false
},
{
"code": "script",
"type": "SELECT",
"translations": {
"en": {
"label": "Script"
}
},
"mandatory": false,
"recordType": "script"
},
{
"code": "scriptdeployment",
"type": "SELECT",
"translations": {
"en": {
"label": "Script Deployment"
}
},
"mandatory": false,
"recordType": "scriptdeployment"
},
{
"code": "startdate",
"type": "DATETIME",
"translations": {
"en": {
"label": "Start Date"
}
},
"mandatory": false
},
{
"code": "status",
"type": "TEXT",
"translations": {
"en": {
"label": "Status"
}
},
"mandatory": false
}
]
}