UNPKG

nsmockup

Version:

Test your Suitescripts before deploying to NetSuite

180 lines 3.26 kB
{ "code": "expensecategory", "id": -126, "translations": { "en": "Expense Category" }, "inactive": false, "fields": [ { "code": "account", "type": "SELECT", "translations": { "en": { "label": "Account" } }, "mandatory": false, "recordType": "account" }, { "code": "defaultrate", "type": "POSFLOAT", "translations": { "en": { "label": "Default Rate" } }, "mandatory": false }, { "code": "description", "type": "TEXT", "translations": { "en": { "label": "Description" } }, "mandatory": false }, { "code": "expenseacct", "type": "SELECT", "translations": { "en": { "label": "Expense Account" } }, "mandatory": true, "recordType": null }, { "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": "raterequired", "type": "CHECKBOX", "translations": { "en": { "label": "Rate is Required" } }, "mandatory": false } ], "tabs": [ { "code": "cattrans", "translations": { "en": "Translation" } } ] }