nsmockup
Version:
Test your Suitescripts before deploying to NetSuite
297 lines • 5.34 kB
JSON
{
"code": "activity",
"id": 0,
"translations": {
"en": "Activity"
},
"inactive": false,
"fields": [
{
"code": "assigned",
"type": "SELECT",
"translations": {
"en": {
"label": "Assigned To"
}
},
"mandatory": false,
"recordType": null
},
{
"code": "company",
"type": "TEXT",
"translations": {
"en": {
"label": "Company"
}
},
"mandatory": false
},
{
"code": "completeddate",
"type": "DATE",
"translations": {
"en": {
"label": "Date Completed"
}
},
"mandatory": false
},
{
"code": "contact",
"type": "SELECT",
"translations": {
"en": {
"label": "Contact"
}
},
"mandatory": false,
"recordType": "contact"
},
{
"code": "createddate",
"type": "DATE",
"translations": {
"en": {
"label": "Date Created"
}
},
"mandatory": false
},
{
"code": "date",
"type": "DATE",
"translations": {
"en": {
"label": "Date"
}
},
"mandatory": false
},
{
"code": "externalid",
"type": "SELECT",
"translations": {
"en": {
"label": "External ID"
}
},
"mandatory": false,
"recordType": null
},
{
"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": "lastmodifieddate",
"type": "DATE",
"translations": {
"en": {
"label": "Last Modified"
}
},
"mandatory": false
},
{
"code": "markdone",
"type": "TEXT",
"translations": {
"en": {
"label": "Mark"
}
},
"mandatory": false
},
{
"code": "memo",
"type": "TEXTAREA",
"translations": {
"en": {
"label": "Notes"
}
},
"mandatory": false
},
{
"code": "message",
"type": "TEXTAREA",
"translations": {
"en": {
"label": "Notes"
}
},
"mandatory": false
},
{
"code": "name",
"type": "TEXT",
"translations": {
"en": {
"label": "Name"
}
},
"mandatory": true
},
{
"code": "owner",
"type": "SELECT",
"translations": {
"en": {
"label": "Created By"
}
},
"mandatory": false,
"recordType": null
},
{
"code": "priority",
"type": "SELECT",
"translations": {
"en": {
"label": "Priority"
}
},
"mandatory": false,
"recordType": null
},
{
"code": "startdate",
"type": "DATE",
"translations": {
"en": {
"label": "Date"
}
},
"mandatory": false
},
{
"code": "starttime",
"type": "TIMEOFDAY",
"translations": {
"en": {
"label": "Time"
}
},
"mandatory": false
},
{
"code": "status",
"type": "TEXT",
"translations": {
"en": {
"label": "Status"
}
},
"mandatory": false
},
{
"code": "title",
"type": "TEXT",
"translations": {
"en": {
"label": "Title"
}
},
"mandatory": false
},
{
"code": "transaction",
"type": "SELECT",
"translations": {
"en": {
"label": "Transaction"
}
},
"mandatory": false,
"recordType": "transaction"
},
{
"code": "type",
"type": "TEXT",
"translations": {
"en": {
"label": "Type"
}
},
"mandatory": false
},
{
"code": "user",
"type": "SELECT",
"translations": {
"en": {
"label": "User"
}
},
"mandatory": false,
"recordType": "employee"
}
]
}