HA
04/01/2025, 4:40 PMCeligo AI
04/01/2025, 4:41 PMAI generated answer (using internal Slack threads):In NetSuite, there isn't a direct shortcut for 'Save and New' in the record. However, you can achieve this by using a client script. You can use the
record.copy
function to create a copy of the record. To open the new record in the browser without saving it, you can get the URL of your record and append &e=T&cp=T
, then navigate to that URL in a new window.
For example, if you have a record with the URL <https://system.netsuite.com/app/accounting/transactions/cust_inpt.nl?id=123>
, you can append &e=T&cp=T
to the URL to get <https://system.netsuite.com/app/accounting/transactions/cust_inpt.nl?id=123&e=T&cp=T>
. This will open the record in edit mode and copy the record without saving it.
Please note that this method assumes you know how to open a new window with a given URL.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
04/01/2025, 4:42 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.821766794
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.820519626
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.812268913
Celigo AI
04/01/2025, 4:42 PM