nsmockup
Version:
Test your Suitescripts before deploying to NetSuite
92 lines • 2.17 kB
JSON
{
"code": "pricelevel",
"id": -186,
"translations": {
"en": "Price Level"
},
"inactive": false,
"fields": [
{
"code": "discountpct",
"type": "PERCENT",
"translations": {
"en": {
"label": "Markup/Discount %",
"help": "If you like, enter a positive or negative percentage to mark up or discount prices for this price level.\nPrices for this level are calculated by applying the positive or negative percentage to the Base Price level.\nIf you want to update all items using this price level, you must also check the Update Existing Prices box.\nAfter you click Save, your prices automatically update.\nNote: Any value you enter is rounded to the nearest 0.01%"
}
},
"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": "isinactive",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Inactive"
}
},
"mandatory": false
},
{
"code": "isonline",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Online Price Level"
}
},
"mandatory": false
},
{
"code": "name",
"type": "TEXT",
"translations": {
"en": {
"label": "Name"
}
},
"mandatory": true
},
{
"code": "name",
"type": "TEXT",
"translations": {
"en": {
"label": "Price Level",
"help": "Enter the name for this category, group, method, message, status, type or term."
}
},
"mandatory": true
},
{
"code": "updateexistingprices",
"type": "CHECKBOX",
"translations": {
"en": {
"label": "Update Existing Prices"
}
},
"mandatory": false
}
]
}