UNPKG

nsmockup

Version:

Test your Suitescripts before deploying to NetSuite

155 lines 2.74 kB
{ "code": "billingclass", "id": -139, "translations": { "en": "Billing Class" }, "inactive": false, "fields": [ { "code": "description", "type": "TEXT", "translations": { "en": { "label": "Description" } }, "mandatory": false }, { "code": "externalid", "type": "TEXT", "translations": { "en": { "label": "ExternalId" } }, "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": true }, { "code": "name", "type": "TEXT", "translations": { "en": { "label": "Name" } }, "mandatory": false }, { "code": "price", "type": "POSCURRENCY", "translations": { "en": { "label": "Price" } }, "mandatory": false }, { "code": "user", "type": "SELECT", "translations": { "en": { "label": "User" } }, "mandatory": false, "recordType": "employee" } ], "tabs": [ { "code": "history", "translations": { "en": "System Notes" } }, { "code": "price_cost", "translations": { "en": "Pricing" } } ] }