UNPKG

nsmockup

Version:

Test your Suitescripts before deploying to NetSuite

390 lines 7.29 kB
{ "code": "revrecschedule", "id": 0, "translations": { "en": "Revenue Recognition Schedule" }, "inactive": false, "fields": [ { "code": "amortizationperiod", "type": "INTEGER", "translations": { "en": { "label": "Recognition Period" } }, "mandatory": false }, { "code": "amortizationtype", "type": "SELECT", "translations": { "en": { "label": "Type" } }, "mandatory": false, "recordType": null }, { "code": "amount", "type": "CURRENCY", "translations": { "en": { "label": "Amount" } }, "mandatory": false }, { "code": "defrev", "type": "TEXT", "translations": { "en": { "label": "Deferred Revenue Account" } }, "mandatory": false }, { "code": "entity", "type": "TEXT", "translations": { "en": { "label": "Customer" } }, "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": "incomeacct", "type": "TEXT", "translations": { "en": { "label": "Income Account" } }, "mandatory": false }, { "code": "initialamount", "type": "RATE", "translations": { "en": { "label": "Initial Amount" } }, "mandatory": false }, { "code": "isinactive", "type": "CHECKBOX", "translations": { "en": { "label": "Inactive" } }, "mandatory": false }, { "code": "ispublic", "type": "CHECKBOX", "translations": { "en": { "label": "Public" } }, "mandatory": false }, { "code": "jedoc", "type": "TEXT", "translations": { "en": { "label": "Journal" } }, "mandatory": false }, { "code": "job", "type": "SELECT", "translations": { "en": { "label": "Project" } }, "mandatory": false, "recordType": "job" }, { "code": "name", "type": "TEXT", "translations": { "en": { "label": "Name" } }, "mandatory": true }, { "code": "name", "type": "TEXT", "translations": { "en": { "label": "Schedule Name" } }, "mandatory": false }, { "code": "periodoffset", "type": "INTEGER", "translations": { "en": { "label": "Period Offset" } }, "mandatory": true }, { "code": "postperiod", "type": "TEXT", "translations": { "en": { "label": "Posting Period" } }, "mandatory": false }, { "code": "recogintervalsrc", "type": "SELECT", "translations": { "en": { "label": "Term Source" } }, "mandatory": false, "recordType": null }, { "code": "recurrencetype", "type": "SELECT", "translations": { "en": { "label": "Method" } }, "mandatory": false, "recordType": null }, { "code": "revrecoffset", "type": "INTEGER", "translations": { "en": { "label": "Start Offset" } }, "mandatory": true }, { "code": "srcdoc", "type": "TEXT", "translations": { "en": { "label": "Source Transaction" } }, "mandatory": false }, { "code": "srcdocdate", "type": "DATE", "translations": { "en": { "label": "Source Transaction Date" } }, "mandatory": false }, { "code": "srcdocline", "type": "TEXT", "translations": { "en": { "label": "Source Transaction Line" } }, "mandatory": false }, { "code": "srctranpostperiod", "type": "SELECT", "translations": { "en": { "label": "Source Transaction Posting Period" } }, "mandatory": false, "recordType": null }, { "code": "totalamount", "type": "CURRENCY2", "translations": { "en": { "label": "Amount" } }, "mandatory": false } ], "subLists": [ { "code": "recurrence", "translations": { "en": "Custom Recurrence Pattern" }, "fields": [ { "code": "incomeaccount", "type": "SELECT", "translations": { "en": { "label": "Account" } }, "mandatory": false, "recordType": "account" }, { "code": "periodoffset", "type": "INTEGER", "translations": { "en": { "label": "Period Offset" } }, "mandatory": true }, { "code": "postingperiod", "type": "TEXT", "translations": { "en": { "label": "postingperiod" } }, "mandatory": false }, { "code": "recamount", "type": "RATE", "translations": { "en": { "label": "Amount" } }, "mandatory": true } ] } ], "tabs": [ { "code": "history", "translations": { "en": "System Notes" } }, { "code": "meta", "translations": { "en": "Recurrence" } } ] }