is it possible to set `istaxable` when adding an i...
# suitescript
k
is it possible to set
istaxable
when adding an item like so even if it differs from what's set on that item's record?
Copy code
salesOrderRecord.setCurrentSublistValue({
        sublistId: 'item',
        fieldId: 'istaxable',
        value: false // item record is set to taxable
});