Hello Everyone, I'd like to ask for help on the script, I am using SuiteScript 2.0 to update a line item in the order and I am running the script in the console window. The order is partially fulfilled, at the commitLine command: newRecord.commitLine({"sublistId": "item",ignoreRecalc: true }); , NetSuite shows the warning in the console as 'CONFIRM:Items on this line have been billed. Are you sure you want to modify this item?', does anyone know how to response Yes to this message in the script so that the commitLine command is processed successfully? Much appreciated any help!