nsmockup
Version:
Test your Suitescripts before deploying to NetSuite
201 lines • 3.7 kB
JSON
{
"code": "currency",
"id": -122,
"translations": {
"en": "Currency"
},
"inactive": false,
"fields": [
{
"code": "currencyformatsample",
"type": "TEXT",
"translations": {
"en": {
"label": "Format Sample"
}
},
"mandatory": false
},
{
"code": "displaysymbol",
"type": "TEXT",
"translations": {
"en": {
"label": "Symbol"
}
},
"mandatory": false
},
{
"code": "exchangerate",
"type": "FLOAT",
"translations": {
"en": {
"label": "Exchange Rate"
}
},
"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": "includeinfxrateupdates",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Automatic Update"
}
},
"mandatory": false
},
{
"code": "isbasecurrency",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Is Base Currency"
}
},
"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": "overridecurrencyformat",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Override Currency Format"
}
},
"mandatory": false
},
{
"code": "symbol",
"type": "TEXT",
"translations": {
"en": {
"label": "Symbol"
}
},
"mandatory": false
},
{
"code": "symbolplacement",
"type": "SELECT",
"translations": {
"en": {
"label": "Symbol Placement"
}
},
"mandatory": false,
"recordType": null
}
]
}