ns-export
Version:
Export Record Type metadata to JSON
342 lines • 7.1 kB
JSON
{
"code": "salestaxitem",
"id": -10086,
"translations": {
"en": "Sales Tax Item"
},
"inactive": false,
"fields": [
{
"code": "appliestoservice",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Applies To Service"
}
},
"mandatory": false
},
{
"code": "availableon",
"type": "SELECT",
"translations": {
"en": {
"label": "Available On"
}
},
"mandatory": false,
"recordType": null
},
{
"code": "city",
"type": "TEXT",
"translations": {
"en": {
"label": "City",
"help": "Enter the city where this tax should be applied.\n\nThis is used by NetSuite to automatically determine the correct tax when an order is entered or a customer places an order on your Web site."
}
},
"mandatory": false
},
{
"code": "country",
"type": "SELECT",
"translations": {
"en": {
"label": "Country"
}
},
"mandatory": false,
"recordType": null
},
{
"code": "county",
"type": "TEXT",
"translations": {
"en": {
"label": "County",
"help": "Enter the county where this tax should be applied.\n\nThis is used by NetSuite to automatically determine the correct tax when an order is entered or a customer places an order on your Web site."
}
},
"mandatory": false
},
{
"code": "description",
"type": "TEXTAREA",
"translations": {
"en": {
"label": "Description"
}
},
"mandatory": false
},
{
"code": "displayname",
"type": "TEXT",
"translations": {
"en": {
"label": "Display Name/Code"
}
},
"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": "includechildren",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Include Children"
}
},
"mandatory": false
},
{
"code": "iseccode",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "EC Code"
}
},
"mandatory": false
},
{
"code": "isexcludetaxreports",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Is Excluded From Tax Reports"
}
},
"mandatory": false
},
{
"code": "isexport",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Export"
}
},
"mandatory": false
},
{
"code": "isinactive",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Inactive"
}
},
"mandatory": false
},
{
"code": "isreversecharge",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Reverse Charge"
}
},
"mandatory": false
},
{
"code": "itemid",
"type": "TEXT",
"translations": {
"en": {
"label": "Name"
}
},
"mandatory": false
},
{
"code": "itemtype",
"type": "TEXT",
"translations": {
"en": {
"label": "itemtype"
}
},
"mandatory": false
},
{
"code": "name",
"type": "TEXT",
"translations": {
"en": {
"label": "Name"
}
},
"mandatory": true
},
{
"code": "parent",
"type": "SELECT",
"translations": {
"en": {
"label": "Parent"
}
},
"mandatory": false,
"recordType": "item"
},
{
"code": "rate",
"type": "CURRENCY",
"translations": {
"en": {
"label": "Rate"
}
},
"mandatory": false
},
{
"code": "state",
"type": "SELECT",
"translations": {
"en": {
"label": "State",
"help": "Enter the state where this tax should be applied.\n\nThis is used by NetSuite to automatically determine the correct tax when an order is entered or a customer places an order on your Web site."
}
},
"mandatory": false,
"recordType": null
},
{
"code": "subsidiary",
"type": "SELECT",
"translations": {
"en": {
"label": "Subsidiaries"
}
},
"mandatory": false,
"recordType": "subsidiary"
},
{
"code": "taxaccount",
"type": "SELECT",
"translations": {
"en": {
"label": "Tax Account"
}
},
"mandatory": true,
"recordType": null
},
{
"code": "taxagency",
"type": "SELECT",
"translations": {
"en": {
"label": "Tax Agency"
}
},
"mandatory": true,
"recordType": null
},
{
"code": "taxtype",
"type": "SELECT",
"translations": {
"en": {
"label": "Tax Type"
}
},
"mandatory": false,
"recordType": "taxtype"
},
{
"code": "zip",
"type": "TEXTAREA",
"translations": {
"en": {
"label": "Zip Codes",
"help": "Enter the zip codes where this tax should be applied.\n\nThis is used by NetSuite to automatically determine the correct tax when an order is entered or a customer places an order on your Web site.\n\nSeparate each zip code with a comma."
}
},
"mandatory": false
}
]
}