UNPKG

nsmockup

Version:

Test your Suitescripts before deploying to NetSuite

141 lines 2.52 kB
{ "code": "bin", "id": -242, "translations": { "en": "Bin" }, "inactive": false, "fields": [ { "code": "binnumber", "type": "TEXT", "translations": { "en": { "label": "Bin Number" } }, "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": "inactive", "type": "CHECKBOX", "translations": { "en": { "label": "Inactive" } }, "mandatory": false }, { "code": "isinactive", "type": "CHECKBOX", "translations": { "en": { "label": "Inactive" } }, "mandatory": false }, { "code": "location", "type": "SELECT", "translations": { "en": { "label": "Location" } }, "mandatory": true, "recordType": "location" }, { "code": "memo", "type": "TEXT", "translations": { "en": { "label": "Memo" } }, "mandatory": false }, { "code": "name", "type": "TEXT", "translations": { "en": { "label": "Name" } }, "mandatory": true } ] }