Lorenzo
12/17/2024, 3:07 PMCeligo AI
12/17/2024, 3:07 PMAI generated answer (using internal Slack threads):****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** No, it is not possible to update records using SuiteQL. SuiteQL is a read-only tool and can only be used to retrieve data from NetSuite. It does not support UPDATE or DELETE operations. To batch update records, you would need to use a different method. One common approach is to use a Map/Reduce script. This involves using a search or query to implement the WHERE clause filter, then updating all of the results in a loop, using the record.load/save or record.submitFields. Another method is to use Restlets, SOAP, or REST to update records. These methods allow you to interact with NetSuite data and perform CRUD (Create, Read, Update, Delete) operations. Please note that these methods require a good understanding of NetSuite and its APIs. If you are new to NetSuite, you may need to spend some time learning about these tools and how to use them effectively.
Celigo AI
12/17/2024, 3:08 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.833062
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.831209481
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827267826
Celigo AI
12/17/2024, 3:08 PMmesper
12/17/2024, 3:09 PMChris Corcoran
12/17/2024, 8:17 PM