UNPKG

nsmockup

Version:

Test your Suitescripts before deploying to NetSuite

238 lines 5.13 kB
{ "code": "taxgroup", "id": 0, "translations": { "en": "Tax Group" }, "inactive": false, "fields": [ { "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": "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": "isdefault", "type": "CHECKBOX", "translations": { "en": { "label": "Default Code" } }, "mandatory": false }, { "code": "isinactive", "type": "CHECKBOX", "translations": { "en": { "label": "Inactive" } }, "mandatory": false }, { "code": "itemid", "type": "TEXT", "translations": { "en": { "label": "Name" } }, "mandatory": false }, { "code": "name", "type": "TEXT", "translations": { "en": { "label": "Name" } }, "mandatory": true }, { "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": "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 } ] }