Marc
11/13/2024, 5:30 PMCeligo AI
11/13/2024, 5:31 PMAI generated answer (using internal Slack threads):From the provided threads, it seems like the users are encountering different types of SuiteScript errors. In the first thread, the user is facing an error related to the tax calculation engine. The error message suggests that there's a problem with a function called
loader
in a SuiteScript file (in_util_cache.js
). The user is advised to reach out to NetSuite if the issue is related to a NetSuite SuiteApp.
In the second thread, the user is getting an UNEXPECTED_ERROR
when trying to submit a sales order record. Another user suggests setting doSourcing
to true and ignoreMandatoryFields
to false to get a more detailed error message. However, the original user found that the error was caused by another script that was deployed.
In the third thread, the user is getting a SSS_SEARCH_ERROR_OCCURRED
error when trying to run a SuiteQL query in an afterSubmit
UserEvent script. The error message suggests that the identifier 'custrecord_kiza_cc_fill_commitment' is unknown. Another user suggests that this might be a permissions issue, but the original user is running the script as an administrator. The user later found that the error was due to a missing space between the last SELECT column name and the FROM statement in their JavaScript code.
Remember, when debugging SuiteScript errors, it's important to carefully read the error messages and check your code for any syntax or logical errors. Also, consider the context in which your script is running, as this can affect things like permissions and available APIs.Celigo AI
11/13/2024, 5:32 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.854637682
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.837207258
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.835893631
Celigo AI
11/13/2024, 5:32 PM