UNPKG

nsmockup

Version:

Test your Suitescripts before deploying to NetSuite

134 lines 2.67 kB
{ "code": "nexus", "id": 0, "translations": { "en": "Nexus" }, "inactive": false, "fields": [ { "code": "country", "type": "SELECT", "translations": { "en": { "label": "Country", "help": "Select the country this nexus is located in." } }, "mandatory": true, "recordType": null }, { "code": "description", "type": "TEXT", "translations": { "en": { "label": "Description" } }, "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": "name", "type": "TEXT", "translations": { "en": { "label": "Name" } }, "mandatory": true }, { "code": "state", "type": "SELECT", "translations": { "en": { "label": "State/Province/County", "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 } ] }