-
Save & Edit Option for Transactions?
Is there a Save & Edit option available for transactions and entity records in NetSuite? When working with custom record definitions and PDF/HTML templates and such there is (see below), but not on transactions such as Sales Orders or Invoices. This seems like an oversight. There have been many times where users expressed…
-
Cannot Save a Record in Quick Add
Hello, I am not able to save a record in Quick Add and it is due to a mandatory field not being populated through Quick Add (screenshot attached). It says enter a value into Ship to field. Ship to field is populated based on Ship to select field and it normally gets populated in the actual Opportunity form. However, it is…
-
SuiteScript: Using dialog.confirm in Client Script saveRecord Entry Point Fails
So, using dialog.confirm in the saveRecord Client Script entry point does not seem to work. For some reason, dialog.confirm was built as promise object, even though by definition it should work as a modal window and halt execution of the script until the user clicks the OK or Cancel button. Instead, the script just keeps…
-
Client Script
I have two buttons(btn1 and btn2) in my page. i have a method for saveRecordFunction client event. This function is triggered on clicking on the buttons btn1 and btn2. I want to know which button is being clicked in my client script. Can anybody help me on this.
-
Weekly TimeSheet client script totalHours not refresh in direct
Hello, I have a question when i use a client script on time sheet, i use this ==> var timesheetRecord = scriptContext.currentRecord; var totalHours = timesheetRecord.getValue('totalhours'); But when i log it this variable totalHours , i don't have the current value but i have the previous save value on the record and not…
-
SuiteScript 2.0 saveRecord - Dialog Module
Hi guys! I hope you all are doing fine! I'm trying to deploy a script that will validade if a field value is true or false (checkbox). Case the field value = false, than I would like to raise a dialog with "Ok" and "cancel" button, and when the user press "Ok" it will save it anyway. In case of press "cancel" it will…