UNPKG

nsmockup

Version:

Test your Suitescripts before deploying to NetSuite

293 lines 5.42 kB
{ "code": "giftcertificate", "id": 0, "translations": { "en": "Gift Certificate" }, "inactive": false, "fields": [ { "code": "amountavailablebilled", "type": "CURRENCY", "translations": { "en": { "label": "Amount Remaining (Billed)" } }, "mandatory": false }, { "code": "amountremaining", "type": "CURRENCY", "translations": { "en": { "label": "Amount Available" } }, "mandatory": false }, { "code": "amtavailbilled", "type": "CURRENCY", "translations": { "en": { "label": "Amount Available (Billed)" } }, "mandatory": false }, { "code": "createddate", "type": "DATETIME", "translations": { "en": { "label": "Date Created" } }, "mandatory": false }, { "code": "email", "type": "TEXT", "translations": { "en": { "label": "To (Email)" } }, "mandatory": false }, { "code": "expirationdate", "type": "DATE", "translations": { "en": { "label": "Expiration Date" } }, "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": "gcactive", "type": "CHECKBOX", "translations": { "en": { "label": "Active" } }, "mandatory": false }, { "code": "giftcertcode", "type": "TEXT", "translations": { "en": { "label": "Gift Certificate Code" } }, "mandatory": false }, { "code": "incomeaccount", "type": "SELECT", "translations": { "en": { "label": "Income Account" } }, "mandatory": false, "recordType": null }, { "code": "incomeacct", "type": "TEXT", "translations": { "en": { "label": "Income Account" } }, "mandatory": false }, { "code": "isactive", "type": "CHECKBOX", "translations": { "en": { "label": "Active" } }, "mandatory": false }, { "code": "item", "type": "SELECT", "translations": { "en": { "label": "Item" } }, "mandatory": false, "recordType": "item" }, { "code": "lastmodifieddate", "type": "DATETIME", "translations": { "en": { "label": "Last Modified Date" } }, "mandatory": false }, { "code": "liabilityaccount", "type": "SELECT", "translations": { "en": { "label": "Liability Account" } }, "mandatory": false, "recordType": null }, { "code": "liabilityacct", "type": "TEXT", "translations": { "en": { "label": "Liability Account" } }, "mandatory": false }, { "code": "message", "type": "TEXT", "translations": { "en": { "label": "Gift Message" } }, "mandatory": false }, { "code": "name", "type": "TEXT", "translations": { "en": { "label": "To (Name)" } }, "mandatory": false }, { "code": "name", "type": "TEXT", "translations": { "en": { "label": "Name" } }, "mandatory": true }, { "code": "originalamount", "type": "CURRENCY", "translations": { "en": { "label": "Amount" } }, "mandatory": false }, { "code": "purchasedate", "type": "DATE", "translations": { "en": { "label": "Purchase Date" } }, "mandatory": false }, { "code": "sender", "type": "TEXT", "translations": { "en": { "label": "From (Name)" } }, "mandatory": false } ] }