I've used this in the past to set the default 0% p...
# suitescript
s
I've used this in the past to set the default 0% price level on beforeSubmit on item record
Copy code
itemRecord.setSublistValue({
                sublistId: 'price1',
                fieldId: 'price_1_',
                line: 0,
                value: newPrice
            });