-
Multi-Language; How to Reliably Identify Customer Language Across NetSuite Environments?
When the Multiple Languages feature is enabled, NetSuite provides a preferred Language field on the Customer record (field ID: language). Within Advanced PDF templates, the language can be accessed using: ${record.entity.language.id} This returns the internal ID of the selected language. However, internal IDs differ…
-
Bundle Scripts Updated Outside of Bundle Update
In a review of Script changes in our environment, we are seeing some scripts that are tied to Bundles (2 managed, 1 not) that were updated on 6/25/2024 but the bundles themselves were not updated. If the vendor is going to push script updates, shouldn't those be part of a bundle update? Or can they update scripts directly…
-
Netsuite Suitecloud Processor Utilization | Performance / Upgrade?
Hello Community, We have been getting some pretty long wait times on jobs in particular Payment File creation. 1h until it starts and another 30min until its complete. I have already changed settings (concurrency to 2 and priority to high) on the EP scripts according to a SuiteAnswers article. It seems to have improved a…
-
How do I pull a report of all records that the user was the owner/creator when user is disabled
How do I pull a report of all records that the user was the owner/creator of in order to make changes in the system when the user is disabled? How do we determine which records, scripts, workflows will error or fail when the owner/creator is disabled? I understand that these are 'generally' integrations, workflows,…
-
How to run script after clicking Fill% Button in Invoice (Progress Billing /Invoice in Netsuite)
Hello, So Netsuite has this progressive billing in invoice where if I click the Fill% button, a pop up window will show and in there, I can enter the % of how much we are billing for this Invoice. Now, we have a script that we want to run after Fill % is clicked and processed changing the total amount. I tried Client…