UNPKG

nsmockup

Version:

Test your Suitescripts before deploying to NetSuite

199 lines 3.55 kB
{ "code": "topic", "id": 0, "translations": { "en": "Topic" }, "inactive": false, "fields": [ { "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": "isinactive", "type": "CHECKBOX", "translations": { "en": { "label": "Inactive" } }, "mandatory": false }, { "code": "longdescription", "type": "TEXTAREA", "translations": { "en": { "label": "Detailed Description" } }, "mandatory": false }, { "code": "name", "type": "TEXT", "translations": { "en": { "label": "Title" } }, "mandatory": false }, { "code": "name", "type": "TEXT", "translations": { "en": { "label": "Name" } }, "mandatory": true }, { "code": "parenttopic", "type": "SELECT", "translations": { "en": { "label": "Subtopic of" } }, "mandatory": false, "recordType": null }, { "code": "solution", "type": "SELECT", "translations": { "en": { "label": "Solution" } }, "mandatory": false, "recordType": "solution" }, { "code": "title", "type": "TEXT", "translations": { "en": { "label": "Title", "help": "Required on Add." } }, "mandatory": true } ], "tabs": [ { "code": "notetab", "translations": { "en": "Notes" } }, { "code": "publishtab", "translations": { "en": "Publish" } }, { "code": "solutiontab", "translations": { "en": "Solutions" } }, { "code": "subtopictab", "translations": { "en": "SubTopics" } } ] }