nsmockup
Version:
Test your Suitescripts before deploying to NetSuite
210 lines • 3.91 kB
JSON
{
"code": "term",
"id": -199,
"translations": {
"en": "Term"
},
"inactive": false,
"fields": [
{
"code": "datedriven",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Date Driven"
}
},
"mandatory": false
},
{
"code": "daydiscountexpires",
"type": "INTEGER",
"translations": {
"en": {
"label": "Day Discount Expires"
}
},
"mandatory": false
},
{
"code": "dayofmonthnetdue",
"type": "INTEGER",
"translations": {
"en": {
"label": "Day of Month Net Due"
}
},
"mandatory": false
},
{
"code": "daysuntilexpiry",
"type": "INTEGER",
"translations": {
"en": {
"label": "Days Till Discount Expires"
}
},
"mandatory": false
},
{
"code": "daysuntilnetdue",
"type": "INTEGER",
"translations": {
"en": {
"label": "Days Till Net Due"
}
},
"mandatory": false
},
{
"code": "discountpercent",
"type": "FLOAT",
"translations": {
"en": {
"label": "% Discount"
}
},
"mandatory": false
},
{
"code": "discountpercentdatedriven",
"type": "FLOAT",
"translations": {
"en": {
"label": "Date Driven % Discount"
}
},
"mandatory": false
},
{
"code": "duenextmonthifwithindays",
"type": "INTEGER",
"translations": {
"en": {
"label": "Due Next Month if Within Days"
}
},
"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": "isinactive",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Inactive"
}
},
"mandatory": false
},
{
"code": "name",
"type": "TEXT",
"translations": {
"en": {
"label": "Name"
}
},
"mandatory": false
},
{
"code": "name",
"type": "TEXT",
"translations": {
"en": {
"label": "Name"
}
},
"mandatory": true
},
{
"code": "preferred",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Preferred"
}
},
"mandatory": false
}
]
}